Y
Hacker News
new
|
ask
|
show
|
jobs
by
icrbow
1809 days ago
> Haskell doesn't have sum types
Say what?..
1 comments
tome
1809 days ago
I think it's because `Either a b` contains all of `undefined`, `Left undefined` and `Right undefined`. In other words, a technicality.
link
hutrdvnj
1809 days ago
And this is not even the bottom of Haskell's unsoundness.
link