FsPretty


Doc

A Doc represents a Document that has been constructed with the set of provided pretty printer combinators, and then rendered with one of the provided renderers.

Union Cases

Union CaseDescription
Cat(Doc,Doc)
Signature: Doc * Doc
Char(char)
Signature: char
Column(int -> Doc)
Signature: int -> Doc
Empty
Signature:
Line(bool)
Signature: bool
Nest(int,Doc)
Signature: int * Doc
Nesting(int -> Doc)
Signature: int -> Doc
Text(int,string)
Signature: int * string
Union(Doc,Doc)
Signature: Doc * Doc
Fork me on GitHub