summaryrefslogtreecommitdiff
path: root/Model.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Model.hs')
-rw-r--r--Model.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Model.hs b/Model.hs
index 6d0fd04..02d3387 100644
--- a/Model.hs
+++ b/Model.hs
@@ -1,6 +1,5 @@
1{-# LANGUAGE FlexibleInstances #-} 1{-# LANGUAGE GeneralizedNewtypeDeriving
2{-# LANGUAGE DeriveFunctor #-} 2 #-}
3{-# LANGUAGE PatternGuards #-}
4 3
5module Model where 4module Model where
6 5