diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-03-14 01:59:41 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-03-14 01:59:41 +1100 |
commit | 69d1579ee392c95494665dfb5e2d390da2d7f6f4 (patch) | |
tree | a05eb4a39e9348551121e78fe9a552df3617be94 | |
parent | 370847f0326e1cdf848d674b7cfd89565f3e8757 (diff) |
Removed superfluous Data.Typeable import
-rw-r--r-- | fractran.hs | 1 | ||||
-rw-r--r-- | thue.hs | 1 |
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 @@ -1,6 +1,5 @@ import System.Environment( getArgs ) -import Data.Typeable import Control.Exception( ErrorCall(..), Handler(..), catches ) import Thue.Parser import Thue.Interpreter |