Module 1-Tree.V

type t
val create : label -> t
val label : t -> label
val hash : t -> int
val equal : t -> t -> bool