[Haskell-cafe] [ANN] Haskell Cheatsheet v1.0

Stephen Hicks sdh33 at cornell.edu
Sat Oct 11 12:33:50 EDT 2008


On Fri, Oct 10, 2008 at 7:08 PM, Justin Bailey <jgbailey at gmail.com> wrote:
> 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


More information about the Haskell-Cafe mailing list