| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Howl.Expr.PPrint
Contents
Description
Pretty-printing of expressions using Wolfram Language surface syntax.
Documentation
Precedence levels for pretty printing (higher = binds tighter)
Constructors
| PrecTop | |
| PrecSet | |
| PrecRule | |
| PrecOr | |
| PrecAnd | | |
| PrecCompare | |
| PrecAlt | |
| PrecPlus | |
| PrecTimes | |
| PrecPower | |
| PrecAtom |
pPrintPrec :: Prec -> Expr -> String #
Pretty print with precedence context