Layout Type
Data representing structured layouts of terms.
Union cases
| Union case |
Description
|
Full Usage:
Attr(text, attributes, layout)
Parameters:
string
attributes : (string * string) list
layout : Layout
|
|
Full Usage:
Leaf(juxtLeft, text, juxtRight)
Parameters:
bool
text : TaggedText
juxtRight : bool
|
|
|
|
Full Usage:
ObjLeaf(juxtLeft, object, juxtRight)
Parameters:
bool
object : obj
juxtRight : bool
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAttr
Returns: bool
|
|
Full Usage:
this.IsLeaf
Returns: bool
|
|
Full Usage:
this.IsNode
Returns: bool
|
|
Full Usage:
this.IsObjLeaf
Returns: bool
|
|
Static members
| Static member |
Description
|
|
fantomas