Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pprCoreExpr :: OutputableBndr b => Expr b -> SDoc Source #
pprParendExpr :: OutputableBndr b => Expr b -> SDoc Source #
pprCoreBinding :: OutputableBndr b => Bind b -> SDoc Source #
pprCoreBindings :: OutputableBndr b => [Bind b] -> SDoc Source #
pprCoreAlt :: OutputableBndr a => (AltCon, [a], Expr a) -> SDoc Source #
pprCoreBindingsWithSize :: [CoreBind] -> SDoc Source #
Orphan instances
OutputableBndr Var # | |
Outputable UnfoldingGuidance # | |
Outputable UnfoldingSource # | |
Outputable Unfolding # | |
Outputable CoreRule # | |
Outputable b => OutputableBndr (TaggedBndr b) # | |
pprBndr :: BindingSite -> TaggedBndr b -> SDoc Source # pprPrefixOcc :: TaggedBndr b -> SDoc Source # pprInfixOcc :: TaggedBndr b -> SDoc Source # bndrIsJoin_maybe :: TaggedBndr b -> Maybe Int Source # | |
Outputable id => Outputable (Tickish id) # | |
OutputableBndr b => Outputable (Bind b) # | |
OutputableBndr b => Outputable (Expr b) # | |