]> git.rkrishnan.org Git - yorgey.git/blob - README
hw12: exercise 4
[yorgey.git] / README
1 http://www.seas.upenn.edu/~cis194/spring13/lectures.html
2
3 Homework problems from CIS194 from Brent Yorgey.
4
5 Goals:
6
7 - Learn good haskell.
8 - Learn to use other libraries (doctest, quickcheck) whenever possible.
9
10 Tips:
11
12 1. Use {-# OPTIONS_GHC -Wall #-} on all files.