projects
/
yorgey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9280351
)
add a few goals
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 15 Dec 2014 03:22:56 +0000
(08:52 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Mon, 15 Dec 2014 03:22:56 +0000
(08:52 +0530)
README
patch
|
blob
|
history
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.