Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Haskell Style Guide (github.com/chrisdone)
2 points by brainsmith on March 7, 2014 | hide | past | favorite | 1 comment


    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: