[project @ 2004-10-01 10:08:49 by simonpj]
[ghc-hetmet.git] / ghc / compiler / types / Type.lhs
index ab9f451..dfb72d3 100644 (file)
@@ -73,7 +73,7 @@ module Type (
        deShadowTy,
 
        -- Pretty-printing
-       pprType, pprParendType,
+       pprType, pprParendType, pprTyThingCategory,
        pprPred, pprTheta, pprThetaArrow, pprClassPred
     ) where