ghc-lib-9.0.1.20210324: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Cmm.Ppr

Documentation

Orphan instances

Outputable CmmGraph Source # 
Instance details

Outputable CmmTopInfo Source # 
Instance details

Outputable CmmStackInfo Source # 
Instance details

Outputable Convention Source # 
Instance details

Outputable ForeignConvention Source # 
Instance details

Outputable CmmReturnInfo Source # 
Instance details

Outputable ForeignTarget Source # 
Instance details

Outputable (CmmNode e x) Source # 
Instance details

Methods

ppr :: CmmNode e x -> SDoc #

pprPrec :: Rational -> CmmNode e x -> SDoc #

Outputable (Graph CmmNode e x) Source # 
Instance details

Methods

ppr :: Graph CmmNode e x -> SDoc #

pprPrec :: Rational -> Graph CmmNode e x -> SDoc #

Outputable (Block CmmNode O O) Source # 
Instance details

Outputable (Block CmmNode O C) Source # 
Instance details

Outputable (Block CmmNode C O) Source # 
Instance details

Outputable (Block CmmNode C C) Source # 
Instance details