[project @ 2000-05-28 21:53:12 by panne]
[ghc-hetmet.git] / 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}
 
 %************************************************************************