Hacker News new | ask | show | jobs
by WalterBright 3317 days ago
The parentheses are redundant as well, if the code was reordered.

Haskell eliminates the ( ) for function arguments. While Haskellers like this, I find it makes the code very hard to read.