]> git.rkrishnan.org Git - yorgey.git/blobdiff - hw7/Scrabble.hs
initial version of the assignment solution. WIP
[yorgey.git] / hw7 / Scrabble.hs
index b2dd38f6ca12822dcfbd351358ee9bd6fbb86467..b08f6af09cc14804d0b0273f280f61f096b81e15 100644 (file)
@@ -1,6 +1,5 @@
 {-# OPTIONS_GHC -Wall #-}
 {-# LANGUAGE GeneralizedNewtypeDeriving #-}
-
 module Scrabble where
 
 import Data.Monoid