[project @ 1998-03-19 23:54:49 by simonpj]
[ghc-hetmet.git] / ghc / compiler / stgSyn / StgLint.lhs
index a2d37a6..6a06265 100644 (file)
@@ -21,13 +21,12 @@ import Literal              ( literalType, Literal{-instance Outputable-} )
 import Maybes          ( catMaybes )
 import Name            ( isLocallyDefined, getSrcLoc )
 import ErrUtils                ( ErrMsg )
-import PprType         ( GenType{-instance Outputable-}, TyCon )
 import PrimOp          ( primOpType )
 import SrcLoc          ( SrcLoc{-instance Outputable-} )
 import Type            ( mkFunTys, splitFunTys, splitAlgTyConApp_maybe,
                          isTyVarTy, Type
                        )
-import TyCon           ( isDataTyCon )
+import TyCon           ( TyCon, isDataTyCon )
 import Util            ( zipEqual )
 import GlaExts         ( trace )
 import Outputable