module type S = S0 with type ('a, 'b) set := ('a, 'b) t with type ('a, 'b) tree := ('a, 'b) Tree.t
S0
with type ('a, 'b) set := ('a, 'b) t
with type ('a, 'b) tree := ('a, 'b) Tree.t