Skip to content

nicolashery/cis194

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIS 194 homework solutions

These are my solutions to the CIS 194 Haskell course.

IMPORTANT: I am a complete beginner in Haskell, so do not take these as the "correct" answers or the best way to do things. :)

Quick start

You will need to have Stack installed (you can also follow this guide to get up and running).

Clone this repo then run:

$ stack setup

This can take a minute the first time you run it.

When set up is complete, launch the REPL with:

$ stack ghci

In the REPL, load an exercise with:

Prelude> :l Homework.A.CreditCard

Build and run the tests with:

$ stack test

About

My solutions to the CIS 194 Haskell course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published