FSharpx.Extras


Layout

Namespace: Microsoft.FSharp.Text.StructuredFormat

Data representing structured layouts of terms. The representation of this data type is only for the consumption of formatting engines.

Union Cases

Union CaseDescription
Attr(...)
Signature: string * (string * string) list * Layout
Leaf(bool,obj,bool)
Signature: bool * obj * bool
Node(bool,Layout,bool,Layout,bool,Joint)
Signature: bool * Layout * bool * Layout * bool * Joint
Fork me on GitHub