/cis194-homework

Solutions for the homework exercises for CIS 194 functional programming course

Primary LanguageHaskellMIT LicenseMIT

CIS 194 Solved Exercises

Build Status

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.

Building and Running

With Docker

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

With locally installed stack

You can build and test the code with the tool Stack.

stack build
stack test

License

All code in this repository is licensed under MIT.