Effect CommunityEC
Effect Community16mo ago
14 replies
spaethnl

Clarifying Type Constraints: `Schema.Any` vs `Schema.All` in TypeScript Unions

Is there any reason that Union<Members extends ReadonlyArray<Schema.Any>> couldn't be Union<Members extends ReadonlyArray<Schema.All>>?
Was this page helpful?