summaryrefslogtreecommitdiff
path: root/Fractran
diff options
context:
space:
mode:
Diffstat (limited to 'Fractran')
-rw-r--r--Fractran/Parser.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fractran/Parser.hs b/Fractran/Parser.hs
index f4a793b..576f8a0 100644
--- a/Fractran/Parser.hs
+++ b/Fractran/Parser.hs
@@ -12,7 +12,7 @@ import Text.ParserCombinators.Parsec
data FractranProgram = FractranProgram { fractions :: [(Int,Int)]
, initialValue :: Int }
- deriving (Show)
+ deriving (Show, Eq)