From 69d1579ee392c95494665dfb5e2d390da2d7f6f4 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 14 Mar 2014 01:59:41 +1100 Subject: Removed superfluous Data.Typeable import --- fractran.hs | 1 - thue.hs | 1 - 2 files changed, 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 -- cgit