Given a value aVal, returns a tree constituted of a single leaf labeled by aVal and no children.
aVal
a value for the leaf
a tree with a single leaf
Given a value
aVal
, returns a tree constituted of a single leaf labeled byaVal
and no children.