Memories of the course CIS 194 - Introduction to Haskell offered for free by the University of Pennsylvania. This course explore the fundamental concepts of functional programming. I can't recommend this course enough.
If you want to know more about functional programming, please take a look at CIS 194 - Introduction to Haskell.
-
Fork the project on GitHub and clone your fork locally.
$ git clone git://github.com/username/cis-194-2013.git $ cd cis-194-2013 $ git remote add upstream https://github.com/acamino/cis-194-2013.git
-
Install Stack.
-
Get the appropriate GHC for the project.
$ stack setup
-
Make sure the tests succeed.
$ stack test
-
If you want to launch a REPL.
$ stack repl
The code in this repository is licensed under the terms of the
MIT License.
Please see the LICENSE file for details.