[project @ 1998-02-10 14:15:51 by simonpj]
[ghc-hetmet.git] / ghc / compiler / deSugar / DsBinds.lhs
index 8a05262..21cd4f3 100644 (file)
@@ -37,6 +37,7 @@ import Type           ( mkTyVarTy, isDictTy, instantiateTy
                        )
 import TyVar           ( zipTyVarEnv )
 import TysPrim         ( voidTy )
+import Outputable      ( assertPanic )
 \end{code}
 
 %************************************************************************