My solutions to the exercices provided in the book Programming in Haskell 2nd Edition, by Graham Hutton.
- Introduction
- First steps
- Types and classes
- Defining functions
- List comprehensions
- Recursive functions
- Higher-order functions
- Declaring types and classes
- The countdown problem