tamarin-prover-theory-0.8.6.0: Term manipulation library for the tamarin prover.

Portabilityportable
MaintainerSimon Meier <iridcode@gmail.com>
Safe HaskellSafe-Inferred

Theory.Text.Pretty

Contents

Description

General support for pretty printing theories.

Synopsis

General highlighters

Additional combinators

vsep :: Document d => [d] -> dSource

Vertically separate a list of documents by empty lines.

fsepList :: Document d => (a -> d) -> [a] -> dSource

Pretty print a list of values as a comma-separated list wrapped in paragraph mode.

Comments

Keywords

kwModuloSource

Arguments

:: HighlightDocument d 
=> String

What

-> String

modulo theory

-> d 

Composed forms

Operators