summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/TyThing/Ppr.hs-boot
blob: 388a21305cbcf8ed33ac51623e53688354045fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
module GHC.Types.TyThing.Ppr (
        pprTyThing,
        pprTyThingInContext
  ) where

import {-# SOURCE #-} GHC.Iface.Type ( ShowSub )
import GHC.Types.TyThing             ( TyThing )
import GHC.Utils.Outputable          ( SDoc )

pprTyThing :: ShowSub -> TyThing -> SDoc
pprTyThingInContext :: ShowSub -> TyThing -> SDoc