ApplicativeRoseTree : TensorMonoid c => Cont Generalisation of Rose trees with a container of subtrees instead of
a list of subtrees. It's required that the container is a TensorMonoid
Visibility: public exportApplicativeRoseTreeNode : TensorMonoid c => Cont Same as above, but with data stored at nodes
Visibility: public exportApplicativeRoseTreeLeaf : TensorMonoid c => Cont Same as above, but with data stored at leaf
Visibility: public exportRoseTree : Cont Rose trees with data stored at both nodes and leaves
Visibility: public exportRoseTreeNode : Cont Rose trees with data stored at nodes
Visibility: public exportRoseTreeLeaf : Cont Rose trees with data stored at leaves
Visibility: public export