Hacker News new | ask | show | jobs
by icrbow 1809 days ago
> Haskell doesn't have sum types

Say what?..

1 comments

I think it's because `Either a b` contains all of `undefined`, `Left undefined` and `Right undefined`. In other words, a technicality.
And this is not even the bottom of Haskell's unsoundness.