Convert the non-recursive version of the tree with children of type Tree<A> into the recursive Tree type.
Tree<A>
Convert the non-recursive version of the tree with children of type
Tree<A>into the recursive Tree type.