Y
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
JadeNB
5325 days 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-
.
link
antipax
5322 days ago
Yup, I was only talking about the "fish operators" as he calls them.
link
`<-` really is syntax: http://www.haskell.org/hoogle/?hoogle=%3C-.