From d80264c94da2a5681c3a5f58dd78d167b8c9ea25 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sun, 14 Dec 2014 22:59:36 +0530 Subject: [PATCH] add a tips section to collect some good practices --- README | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.37.2