Hacker News new | ask | show | jobs
by tikhonj 5338 days ago
They aren't actually called "fish" operators, as far as I know. ">>=" is pronounced "bind"; all the other ones are related. I didn't have this problem when learning Haskell because I just started by reading "Learn You a Haskell for Great Good"--which is a great book, coincidentally--and never had to google operators.
2 comments

I only think of >=> as the fish operator, and it seems rarely used.
OK OK, "Bind and fish" operators. :-)
I actually rather like the name "fish operator". I just wanted to point out that Googling for that phrase wouldn't really work.