
is_tree234(?Tree)

   Check whether argument is a 2-3-4 tree.

Arguments
   Tree                A term

Type
   library(m_tree234)

Fail Conditions
   Fails if Tree is not a 2-3-4 tree.

Resatisfiable
   no

See Also
   init / 1
