[project @ 2000-05-28 21:53:12 by panne]
authorpanne <unknown>
Sun, 28 May 2000 21:53:12 +0000 (21:53 +0000)
committerpanne <unknown>
Sun, 28 May 2000 21:53:12 +0000 (21:53 +0000)
Removed unused import.
*merge if/when SPJ's huge commit is merged*

ghc/compiler/deSugar/DsBinds.lhs

index b8250da..7c2ce8d 100644 (file)
@@ -37,9 +37,7 @@ import Type           ( mkTyVarTy, isDictTy )
 import Subst           ( mkTyVarSubst, substTy )
 import TysWiredIn      ( voidTy )
 import Outputable
-
-import Maybe
-import IOExts (trace)
+import Maybe           ( isJust )
 \end{code}
 
 %************************************************************************