summaryrefslogtreecommitdiff
path: root/Thue/Parser.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-02-07 23:22:16 +1100
committerJed Barber <jjbarber@y7mail.com>2014-02-07 23:22:16 +1100
commit7054599bbf955574fad1ae65cf6ab7eb117cfa17 (patch)
tree4c2e156ac19ff46d427ec4779f58842ea449c6e8 /Thue/Parser.hs
parent862d0b8e2ad71c6cc6268608130167deff08dab7 (diff)
Fixed miscellaneous minor errors
Diffstat (limited to 'Thue/Parser.hs')
-rw-r--r--Thue/Parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Thue/Parser.hs b/Thue/Parser.hs
index 3073014..1eb7943 100644
--- a/Thue/Parser.hs
+++ b/Thue/Parser.hs
@@ -17,7 +17,7 @@ data ThueProgram = ThueProgram { thueRules :: [ThueRule]
data ThueRule = ThueRule { original :: ThueState
, replacement :: ThueState }
- deriving (Show)
+ deriving (Show, Eq)
type ThueState = String