Learn You a Haskell

This repo is presenting the assignments of the book Learn You a Haskell for Great Good! by Miran Lipovača.

Prerequisites

Install Haskell

In order to get started, you need first to install Haskell of course.

$ sudo apt-get install haskell-platform

Notes