|
|
|
|
|
by seanmcdirmid
3052 days ago
|
|
Right, but if we are going to call union types as sum types, why aren’t interesection types called as product types? Anyways, this is why the whole sum type thing breaks down and Union is more apt, since we can describe A|B and A&B using the same terminology family. |
|