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

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

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