| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hermod.ReCon.LTL.Formula.Pretty
Synopsis
- data Prec
- prettyIntTerm :: IntTerm -> Text
- prettyTextTerm :: TextTerm -> Text
- prettyBinRel :: BinRel -> Text
- prettyPropConstraint :: PropConstraint -> Text
- prettyPropConstraints :: [PropConstraint] -> Text
- prettyFormula :: Show a => Formula event a -> Prec -> Text
Documentation
Finite type of precedences used for formula pretty-printing.
prettyIntTerm :: IntTerm -> Text Source #
Render an integer term.
prettyTextTerm :: TextTerm -> Text Source #
Render a text term.
prettyBinRel :: BinRel -> Text Source #
Render a binary relation symbol.
prettyPropConstraint :: PropConstraint -> Text Source #
Render a single property constraint.
prettyPropConstraints :: [PropConstraint] -> Text Source #
Render a list of property constraints.