[project @ 2000-04-28 17:16:10 by rrt]
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreLint.lhs
index 02d6e87..3dc9893 100644 (file)
@@ -36,10 +36,10 @@ import Type         ( Type, Kind, tyVarsOfType,
                          splitFunTy_maybe, mkPiType, mkTyVarTy, unUsgTy,
                          splitForAllTy_maybe, splitTyConApp_maybe,
                          isUnLiftedType, typeKind, 
-                         splitAlgTyConApp_maybe,
                          isUnboxedTupleType,
                          hasMoreBoxityInfo
                        )
+import PprType         ( {- instance Outputable Type -} )
 import TyCon           ( TyCon, isPrimTyCon, tyConDataCons )
 import BasicTypes      ( RecFlag(..), isNonRec )
 import Outputable