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

To be precise: cons (:), bind (>>=), 'constant bind' (>>), 'flipped bind' (=<<), compose (.), apply ($), strict apply ($!), append (++), and subscript (!!).


I had never seen $! before, of course it's obvious what it does if you know ! and $. There are patterns like this throughout the operators.

There are also the applicatives <$> <*> <$ etc.




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

Search: