
11 Oct
2008
11 Oct
'08
4:33 p.m.
On Fri, Oct 10, 2008 at 7:08 PM, Justin Bailey
I've created a "cheat sheet" for Haskell. It's a PDF that tries to summarize Haskell 98's syntax, keywords and other language elements. It's currently available on hackage[1]. Once downloaded, unpack the archive and you'll see the PDF. A literate source file is also included.
It looks very nice, if a bit verbose. One minor comment is that on page 4 you give a "type signature" for if-then-else. I would contend that it should be Bool -> a -> a -> a, instead. steve