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 --- thue.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'thue.hs') 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