summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/TyCo/Ppr.hs-boot
blob: 8e89c334eae942f9b90820b507d098aeb68b7169 (plain)
1
2
3
4
5
6
7
8
9
10
module GHC.Core.TyCo.Ppr where

import {-# SOURCE #-} GHC.Core.TyCo.Rep (Type, Kind, Coercion, TyLit)
import GHC.Utils.Outputable

pprType :: Type -> SDoc
pprKind :: Kind -> SDoc
pprCo :: Coercion -> SDoc
pprTyLit :: TyLit -> SDoc