summaryrefslogtreecommitdiff
path: root/thue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'thue.hs')
-rw-r--r--thue.hs1
1 files changed, 0 insertions, 1 deletions
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