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/

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to