ghc-8.4.1: The GHC API

Safe HaskellNone
LanguageHaskell2010

PprCore

Contents

Documentation

Orphan instances

OutputableBndr Var Source # 
Instance details
Outputable UnfoldingGuidance Source # 
Instance details
Outputable UnfoldingSource Source # 
Instance details
Outputable Unfolding Source # 
Instance details
Outputable CoreVect Source # 
Instance details
Outputable CoreRule Source # 
Instance details
Outputable b => OutputableBndr (TaggedBndr b) Source # 
Instance details
Outputable id => Outputable (Tickish id) Source # 
Instance details

Methods

ppr :: Tickish id -> SDoc Source #

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

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

Methods

ppr :: Bind b -> SDoc Source #

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

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

Methods

ppr :: Expr b -> SDoc Source #

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