Function or value | Description |
Full Usage:
BinaryRoseTree.createForest root children sibling
Parameters:
'T
children : BinaryRoseTree<'T>
sibling : BinaryRoseTree<'T>
Returns: BinaryRoseTree<'T>
|
|
Full Usage:
BinaryRoseTree.createTree root children
Parameters:
'T
children : BinaryRoseTree<'T>
Returns: BinaryRoseTree<'T>
|
|
|
|
Full Usage:
BinaryRoseTree.map f tree
Parameters:
'a -> 'b
tree : BinaryRoseTree<'a>
Returns: BinaryRoseTree<'b>
|
|
|
loads from sequences of objects and sequences of objects, assumed to be well-constructed elements in final tree will be objects, regardless of original type
|
|
|
|
|
|
|