ghc-lib-parser-9.8.1.20231009: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Core.Ppr

Documentation

pprId :: Id -> SDoc #

pprIds :: [Id] -> SDoc #

Orphan instances

Outputable CoreRule # 
Instance details

Methods

ppr :: CoreRule -> SDoc #

Outputable Unfolding # 
Instance details

Methods

ppr :: Unfolding -> SDoc #

Outputable UnfoldingCache # 
Instance details

Methods

ppr :: UnfoldingCache -> SDoc #

Outputable UnfoldingGuidance # 
Instance details

Outputable IdInfo # 
Instance details

Methods

ppr :: IdInfo -> SDoc #

OutputableBndr Var # 
Instance details

OutputableBndr b => Outputable (Alt b) # 
Instance details

Methods

ppr :: Alt b -> SDoc #

OutputableBndr b => Outputable (Bind b) # 
Instance details

Methods

ppr :: Bind b -> SDoc #

OutputableBndr b => Outputable (Expr b) # 
Instance details

Methods

ppr :: Expr b -> SDoc #

Outputable (XTickishId pass) => Outputable (GenTickish pass) # 
Instance details

Methods

ppr :: GenTickish pass -> SDoc #

Outputable b => OutputableBndr (TaggedBndr b) # 
Instance details