This repo contains my solutions to the homework exercises of the spring 2013 CIS 194 course.
This is an excellent course for learning functional programming using Haskell.
If you don't want to install Haskell locally, you can just use the provided Docker image.
$ sudo docker-compose up -d
$ sudo docker-compose run stack stack test
You can build and test the code with the tool Stack.
stack build
stack test
All code in this repository is licensed under MIT.