[project @ 1996-04-08 16:15:43 by partain]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcSimplify.lhs
index 7962527..ff30d6f 100644 (file)
@@ -34,7 +34,7 @@ import Class          ( isNumericClass, isStandardClass, isCcallishClass,
                          isSuperClassOf, getSuperDictSelId )
 import Id              ( GenId )
 import Maybes          ( expectJust, firstJust, catMaybes, seqMaybe, maybeToBool, Maybe(..) )
-import Outputable      ( Outputable(..) )
+import Outputable      ( Outputable(..){-instance * []-} )
 import PprType         ( GenType, GenTyVar )
 import Pretty
 import SrcLoc          ( mkUnknownSrcLoc )