
well_formed(?Tree)

   Checks whether a tree is well-formed

Arguments
   Tree                A 2-3-4 tree

Type
   library(m_tree234)

Description
	
        Checks whether the argument is a well-formed 2-3-4 tree.
	
	

See Also
   is_tree234 / 1
