diff options
-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 |