[Haskell-cafe] Operator cheat sheet, and monadic style q

Andrew Coppin andrewcoppin at btinternet.com
Sat Nov 22 04:35:24 EST 2008


Owen Smith wrote:
> 1. Contending with the use of frequently unfamiliar non-alphanumeric
> operators has been an uphill battle for me. I think the main reason
> for this is that I've had no luck in Googling up their definitions (my
> primary approach for dealing with every other unknown in the Haskell
> universe) due to their very non-alphanumeric nature. I'm curious if 1)
> anyone has compiled a cheat sheet of common operators and their
> meanings/modules, in some sort of text-search-friendly format (e.g.
> spelling out the operator characters, listing alternate names), or 2)
> a better way for searching for these things?
>   

Hoogle is more likely to help you here.

http://haskell.org/hoogle/



More information about the Haskell-Cafe mailing list