[project @ 1996-04-07 15:41:24 by partain]
[ghc-hetmet.git] / ghc / compiler / stgSyn / StgLint.lhs
index 74abea7..8d1ccfa 100644 (file)
@@ -21,7 +21,9 @@ import Id             ( idType, isDataCon,
                        )
 import Literal         ( literalType, Literal{-instance Outputable-} )
 import Maybes          ( catMaybes )
-import Outputable      ( Outputable(..){-instance * []-} )
+import Outputable      ( Outputable(..){-instance * []-},
+                         isLocallyDefined, getSrcLoc
+                       )
 import PprType         ( GenType{-instance Outputable-}, TyCon )
 import Pretty          -- quite a bit of it
 import PrimOp          ( primOpType )