summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/TyCo/Ppr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/TyCo/Ppr.hs')
-rw-r--r--compiler/GHC/Core/TyCo/Ppr.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/GHC/Core/TyCo/Ppr.hs b/compiler/GHC/Core/TyCo/Ppr.hs
index dcfb9f2557..0a14150ed7 100644
--- a/compiler/GHC/Core/TyCo/Ppr.hs
+++ b/compiler/GHC/Core/TyCo/Ppr.hs
@@ -22,9 +22,6 @@ module GHC.Core.TyCo.Ppr
pprCo, pprParendCo,
debugPprType,
-
- -- * Pretty-printing 'TyThing's
- pprTyThingCategory, pprShortTyThing,
) where
import GHC.Prelude
@@ -79,7 +76,7 @@ See Note [Precedence in types] in GHC.Types.Basic.
--------------------------------------------------------
-- When pretty-printing types, we convert to IfaceType,
-- and pretty-print that.
--- See Note [Pretty printing via Iface syntax] in GHC.Core.Ppr.TyThing
+-- See Note [Pretty printing via Iface syntax] in GHC.Types.TyThing.Ppr
--------------------------------------------------------
pprType, pprParendType, pprTidiedType :: Type -> SDoc