]> git.rkrishnan.org Git - yorgey.git/commitdiff
add a few goals
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 15 Dec 2014 03:22:56 +0000 (08:52 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 15 Dec 2014 03:22:56 +0000 (08:52 +0530)
README

diff --git a/README b/README
index c5b3432681c3306e6efb805eb0fec2408fa1b689..7d3dedd7cfa406c79d2e5cbf2f0db5d85ce035f5 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,11 @@ http://www.seas.upenn.edu/~cis194/spring13/lectures.html
 
 Homework problems from CIS194 from Brent Yorgey.
 
+Goals:
+
+- Learn good haskell.
+- Learn to use other libraries (doctest, quickcheck) whenever possible.
+
 Tips:
 
 1. Use {-# OPTIONS_GHC -Wall #-} on all files.