Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Haskell Style Guide | Dark Hacker News
Haskell Style Guide
(github.com)
2 points
by
brainsmith
12 years ago
| 1 comment
mooism2
12 years ago
|
next
[−]
foo = foo . bar . mu $ zot bob
means
foo = (foo . bar . mu) (zot bob)
not
foo = (foo . bar . mu) zot bob