ghc-8.10.1: The GHC API
Safe HaskellNone
LanguageHaskell2010

PprCore

Documentation

pprCoreAlt :: OutputableBndr a => (AltCon, [a], Expr a) -> SDoc #

Orphan instances

OutputableBndr Var # 
Instance details

Outputable UnfoldingGuidance # 
Instance details

Outputable UnfoldingSource # 
Instance details

Outputable Unfolding # 
Instance details

Outputable CoreRule # 
Instance details

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

Outputable id => Outputable (Tickish id) # 
Instance details

Methods

ppr :: Tickish id -> SDoc #

pprPrec :: Rational -> Tickish id -> SDoc #

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

Methods

ppr :: Bind b -> SDoc #

pprPrec :: Rational -> Bind b -> SDoc #

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

Methods

ppr :: Expr b -> SDoc #

pprPrec :: Rational -> Expr b -> SDoc #