[project @ 1996-04-07 15:41:24 by partain]
[ghc-hetmet.git] / ghc / compiler / specialise / Specialise.lhs
index 42cd011..18d1d07 100644 (file)
@@ -44,7 +44,7 @@ import Id             ( idType, isDefaultMethodId_maybe, toplevelishId,
                        )
 import Literal         ( Literal{-instance Outputable-} )
 import Maybes          ( catMaybes, firstJust, maybeToBool )
-import Outputable      ( interppSP, Outputable(..){-instance * []-} )
+import Outputable      ( interppSP, isLocallyDefined, Outputable(..){-instance * []-} )
 import PprStyle                ( PprStyle(..) )
 import PprType         ( pprGenType, pprParendGenType, pprMaybeTy,
                          GenType{-instance Outputable-}, GenTyVar{-ditto-},