Hacker News new | ask | show | jobs
by antipax 5326 days ago
It's not actually syntax. The language allows you to define infix operators, and they're just functions like any other with full documentation searchable on hoogle: http://www.haskell.org/hoogle/
1 comments

> It's not actually syntax. The language allows you to define infix operators, and they're just functions like any other ….

`<-` really is syntax: http://www.haskell.org/hoogle/?hoogle=%3C-.

Yup, I was only talking about the "fish operators" as he calls them.