Hands-on Haskell

This repo contains exercises for learning Haskell, with tests for verifying the solutions.

Installation & Usage

  • Install Haskell platform (or GHC and Cabal if you're adventurous). If this proves to be difficult you can try a "containerized" version.
  • Clone this repo: git clone https://github.com/tobiasgwaaler/hands-on-haskell.git && cd hands-on-haskell
  • cabal run <lesson> to run the tests, where <lesson> is a, b and so on. Example: cabal run a will run the tests for lesson A.

Resources