Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Parentheses are rarely needed in Haskell. You can even use the $ operator to specify the order of evaluation, eg. concat $ replicate 3 "foo" == concat (replicate 3 "foo").


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: