This is an old revision of the document!


Haskell

Note

Language

reserved words:

case class if import let module data default in infix newtype of deriving do infixl infixr then type else instance where

standard operators
note: all type variables, as in 'a → a' are not free, i.e. implicitly bound.

Discussion

Reference

haskell.org: Haskellwiki, Prelude

Wikibooks: Haskell

Code exmaples

fpcomplete: Simple examples

Q & A

StackOverflow: Haskell tag

reddit: r/haskell


Requirements

Link to graph
Log In
Improvements of the human condition