From: Ramakrishnan Muthukrishnan Date: Sun, 14 Dec 2014 17:29:36 +0000 (+0530) Subject: add a tips section to collect some good practices X-Git-Url: https://git.rkrishnan.org/?p=yorgey.git;a=commitdiff_plain;h=d80264c94da2a5681c3a5f58dd78d167b8c9ea25 add a tips section to collect some good practices --- diff --git a/README b/README index d8741e6..c5b3432 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ http://www.seas.upenn.edu/~cis194/spring13/lectures.html Homework problems from CIS194 from Brent Yorgey. + +Tips: + +1. Use {-# OPTIONS_GHC -Wall #-} on all files.