module Tree:sig..end
type | | | T of  | (* | A tree of messages. The tree (msg,sub_msgs)is interpreted as meaning thatsub_msgsare the various possible explanations formsg. | *) | 
val leaf : string -> tval add_child : t -> t -> tadd_child t x inserts x as the right-most child of t.val to_string : t -> string