[project @ 1996-04-07 15:41:24 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / Simplify.lhs
index 962b6d0..3bbb88a 100644 (file)
@@ -26,6 +26,7 @@ import Id             ( idType, idWantsToBeINLINEd,
 import IdInfo          ( willBeDemanded, DemandInfo )
 import Literal         ( isNoRepLit )
 import Maybes          ( maybeToBool )
+import Outputable      ( isLocallyDefined )
 import PprStyle                ( PprStyle(..) )
 import PprType         ( GenType{-instance Outputable-} )
 import PrelInfo                ( realWorldStateTy )