summaryrefslogtreecommitdiff
path: root/compiler/types/Type.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/Type.hs')
-rw-r--r--compiler/types/Type.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/types/Type.hs b/compiler/types/Type.hs
index 7750a35072..65c02ba719 100644
--- a/compiler/types/Type.hs
+++ b/compiler/types/Type.hs
@@ -182,7 +182,8 @@ module Type (
cloneTyVarBndr, cloneTyVarBndrs, lookupTyVar,
-- * Pretty-printing
- pprType, pprParendType, pprTypeApp, pprTyThingCategory, pprShortTyThing,
+ pprType, pprParendType, pprPrecType,
+ pprTypeApp, pprTyThingCategory, pprShortTyThing,
pprTvBndr, pprTvBndrs, pprForAll, pprUserForAll,
pprSigmaType, ppSuggestExplicitKinds,
pprTheta, pprThetaArrowTy, pprClassPred,