Module 2-Tree.V

type t
type label = G.V.t
val create : label -> t
val label : t -> label
val hash : t -> int
val equal : t -> t -> bool