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
|
|
Static members
Static member |
Description
|
|