FsPretty


Rendering

Code for rendering Doc objects.

Nested types and modules

TypeDescription
SimpleDoc

Functions and values

Function or valueDescription
displayS _arg1
Signature: _arg1:SimpleDoc -> string

Render a SimpleDoc as a string.

displayString s
Signature: s:Doc -> string

Render a Doc as a string assuming an 80 column width.

displayStringW w s
Signature: w:int -> s:Doc -> string

Render a Doc as a string with a given width w.

renderCompact x
Signature: x:Doc -> SimpleDoc
renderPretty rfrac w x
Signature: rfrac:float -> w:int -> x:Doc -> SimpleDoc
Fork me on GitHub