summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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