6 ms·
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 hoo
by antipax 15y 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/ http://www.haskell.org/hoogle/
- JadeNB 15y ago> 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- http://www.haskell.org/hoogle/?hoogle=%3C-.
- antipax 15y agoYup, I was only talking about the "fish operators" as he calls them.