learnhaskell

Notes and code practice that I use to understand haskell concepts

MIT License

Stars
8
Committers
1

![] (HaskellLogo.png "Haskell")

Learn Haskell

A collection of code samples illustrating functional programming concepts, organised by topic, and with reference slides.

More haskell fundamentals can be found in Haskell Koans repository. (hskoans)

List of sub-directories with reference source code

  • helloworld
  • purity
  • first class function
  • lexical scope
  • safe recursion
  • purity
  • currying
  • map, filter, reduce
  • functors
  • applicative functors
  • monads

Reference slides