Safe Haskell | Safe-Inferred |
---|---|
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 => Alt a -> SDoc Source #
pprCoreBindingsWithSize :: [CoreBind] -> SDoc Source #
pprCoreBinder :: BindingSite -> Var -> SDoc Source #
pprCoreBinders :: [Var] -> SDoc Source #
Orphan instances
Outputable CoreRule Source # | |
Outputable Unfolding Source # | |
Outputable UnfoldingGuidance Source # | |
ppr :: UnfoldingGuidance -> SDoc Source # | |
Outputable UnfoldingSource Source # | |
ppr :: UnfoldingSource -> SDoc Source # | |
Outputable IdInfo Source # | |
OutputableBndr Var Source # | |
OutputableBndr b => Outputable (Alt b) Source # | |
OutputableBndr b => Outputable (Bind b) Source # | |
OutputableBndr b => Outputable (Expr b) Source # | |
Outputable (XTickishId pass) => Outputable (GenTickish pass) Source # | |
ppr :: GenTickish pass -> SDoc Source # | |
Outputable b => OutputableBndr (TaggedBndr b) Source # | |
pprBndr :: BindingSite -> TaggedBndr b -> SDoc Source # pprPrefixOcc :: TaggedBndr b -> SDoc Source # pprInfixOcc :: TaggedBndr b -> SDoc Source # bndrIsJoin_maybe :: TaggedBndr b -> Maybe Int Source # |