Safe Haskell | None |
---|---|
Language | Haskell2010 |
PprCore
Contents
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 #