Define and use PprTyThing.pprTypeForUser
[ghc-hetmet.git] / compiler / main / GHC.hs
index 31894b8..707a81d 100644 (file)
@@ -154,8 +154,8 @@ module GHC (
        instanceDFunId, pprInstance, pprInstanceHdr,
 
        -- ** Types and Kinds
-       Type, dropForAlls, splitForAllTys, funResultTy, 
-       pprParendType, pprTypeApp,
+       Type, splitForAllTys, funResultTy, 
+       pprParendType, pprTypeApp, 
        Kind,
        PredType,
        ThetaType, pprThetaArrow,