Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 336 Bytes

CIS 194 : Introduction to Haskell (Solutions)

My solutions to the CIS 194 course (Spring 2013)

Tips

  • To prevent warnings, pass -Wall to ghc or put the following at the top of the .hs file
  {-# OPTIONS_GHC -Wall #-}