Y
Hacker News
new
|
ask
|
show
|
jobs
by
sjakobi
2401 days ago
> Even Haskell doesn't get it right: there are no exhaustiveness checks on pattern matches
Just enable -Wincomplete-patterns or -Wall!
1 comments
fauigerzigerk
2401 days ago
It's just a warning, and it's opt-in. I would say that counts as not getting it right.
link