packages feed

ghc-lib-parser-0.20190806: compiler/types/TyCoPpr.hs-boot

module TyCoPpr where

import {-# SOURCE #-} TyCoRep (Type, Kind, Coercion, TyLit)
import Outputable

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