"CIS 194: Introduction to Haskell (Spring 2013)" course Solutions to exercises.
My solutions to the assignments from the "Introduction to Haskell" lecture including all optional exercises. The lecture was used at University of Pennsylvania | School of Engineering and Applied Science in the Spring 2013 semester.
Note this project is managed using stack - the new build tool for Haskell projects.
##Usage
Just do stack build
to build the whole lot.
In order to run/use individual parts, please read the homework assignments and see how each part is used.