Is there available an O'Reilly-like Pocket Guide to Haskell that lists all the builtin functions and those defined in Prelude.hs? Thanks, Dave Feustel
Hi Dave,
Is there available an O'Reilly-like Pocket Guide to Haskell that lists all the builtin functions and those defined in Prelude.hs?
You'll probably get better/faster answers if you ask Haskell questions on haskell-cafe -at- haskell.org, and save this email list for questions that are Hugs specific. I'm not entirely sure what you are after, but there is complete documentation for all functions in the Prelude: http://haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html And you can search for functions as well: http://haskell.org/hoogle/?q=Prelude Thanks Neil
Hello Dave, Sunday, December 17, 2006, 5:16:13 AM, you wrote:
Is there available an O'Reilly-like Pocket Guide to Haskell that lists all the builtin functions and those defined in Prelude.hs?
http://undergraduate.csse.uwa.edu.au/units/230.301/lectureNotes/tourofprelud... it is mentioned on "Learning Haskell" wikipage -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
participants (3)
-
unknown@example.com -
Bulat Ziganshin -
Neil Mitchell