Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.41 KB

Introduction to Haskell

Build Status

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.

Local Development

  1. 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
  2. Install Stack.

  3. Get the appropriate GHC for the project.

    $ stack setup
  4. Make sure the tests succeed.

    $ stack test
  5. If you want to launch a REPL.

    $ stack repl

Licence

The code in this repository is licensed under the terms of the MIT License.
Please see the LICENSE file for details.