Next: container delay-tree, Previous: container async-queue, Up: Top
A nodal tree is a tree composed of nodes, each of which may have children. Nodes
are represented as alists. The only alist entry that is specified is
children
, which must hold a list of child nodes. Other entries are
intentionally left unspecified, so as to allow for extensibility.