Tree
Union Cases
| Union Case | Description |
Leaf(value)
Signature: LeafValue
|
|
Node(value,properties,children)
Signature: LeafValue * Properties * plist<Tree>
|
|