Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Haskell Style Guide
(
github.com/chrisdone
)
2 points
by
brainsmith
on March 7, 2014
|
hide
|
past
|
favorite
|
1 comment
mooism2
on March 7, 2014
[–]
foo = foo . bar . mu $ zot bob
means
foo = (foo . bar . mu) (zot bob)
not
foo = (foo . bar . mu) zot bob
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: