Safe Haskell | None |
---|---|
Language | GHC2021 |
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 #
pprOcc :: OutputableBndr a => LexicalFixity -> a -> SDoc Source #
pprOccWithTick :: OutputableBndr a => LexicalFixity -> PromotionFlag -> a -> SDoc Source #
Orphan instances
Outputable CoreRule Source # | |
Outputable Unfolding Source # | |
Outputable UnfoldingCache Source # | |
ppr :: UnfoldingCache -> SDoc Source # | |
Outputable UnfoldingGuidance Source # | |
ppr :: UnfoldingGuidance -> SDoc Source # | |
Outputable IdInfo Source # | |
OutputableBndr Var Source # | |
pprBndr :: BindingSite -> Var -> SDoc Source # pprPrefixOcc :: Var -> SDoc Source # pprInfixOcc :: Var -> SDoc Source # bndrIsJoin_maybe :: Var -> JoinPointHood 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 -> JoinPointHood Source # |