FSharpx.Extras


Layout Type

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

Union cases

Union case Description

Attr(string, (string * string) list, Layout)

Full Usage: Attr(string, (string * string) list, Layout)

Parameters:
    Item1 : string
    Item2 : (string * string) list
    Item3 : Layout

Item1 : string
Item2 : (string * string) list
Item3 : Layout

Leaf(bool, obj, bool)

Full Usage: Leaf(bool, obj, bool)

Parameters:
    Item1 : bool
    Item2 : obj
    Item3 : bool

Item1 : bool
Item2 : obj
Item3 : bool

Node(bool, Layout, bool, Layout, bool, Joint)

Full Usage: Node(bool, Layout, bool, Layout, bool, Joint)

Parameters:
Item1 : bool
Item2 : Layout
Item3 : bool
Item4 : Layout
Item5 : bool
Item6 : Joint