![] (HaskellLogo.png "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)
- helloworld
- purity
- first class function
- lexical scope
- safe recursion
- purity
- currying
- map, filter, reduce
- functors
- applicative functors
- monads