summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-03-14 01:59:41 +1100
committerJed Barber <jjbarber@y7mail.com>2014-03-14 01:59:41 +1100
commit69d1579ee392c95494665dfb5e2d390da2d7f6f4 (patch)
treea05eb4a39e9348551121e78fe9a552df3617be94
parent370847f0326e1cdf848d674b7cfd89565f3e8757 (diff)
Removed superfluous Data.Typeable import
-rw-r--r--fractran.hs1
-rw-r--r--thue.hs1
2 files changed, 0 insertions, 2 deletions
diff --git a/fractran.hs b/fractran.hs
index 964a095..224cb05 100644
--- a/fractran.hs
+++ b/fractran.hs
@@ -1,6 +1,5 @@
import System.Environment( getArgs )
-import Data.Typeable
import Control.Exception( ErrorCall(..), Handler(..), catches )
import Fractran.Parser
import Fractran.Interpreter
diff --git a/thue.hs b/thue.hs
index 7bc375d..89afcc3 100644
--- a/thue.hs
+++ b/thue.hs
@@ -1,6 +1,5 @@
import System.Environment( getArgs )
-import Data.Typeable
import Control.Exception( ErrorCall(..), Handler(..), catches )
import Thue.Parser
import Thue.Interpreter