PhylogeneticTree<'T> Type
Recursive representation of a phylogenetic tree
Union cases
Union case | Description |
Full Usage:
Branch('T, List<PhylogeneticTree<'T>>)
Parameters:
'T
Item2 : List<PhylogeneticTree<'T>>
|
|
Full Usage:
Leaf 'T
Parameters:
'T
|
|