|
|
|
|
|
by afiori
199 days ago
|
|
> product types A & B, sum types A | B those are intersection types and union types and are much more unique and rare in type systems eg all typed functional languages have product/sum types but typescript is the only mainstream language I know to have unions and intersection. |
|