include Core.Set.S with type Par.Elt.t = Value.t Seq.tmodule Elt : sig ... endmodule Tree : sig ... endval length : t ‑> intval is_empty : t ‑> boolval invariants : t ‑> boolmodule Named : sig ... endval empty : tmodule Provide_of_sexp : functor (Elt : sig ... end) -> sig ... endmodule Provide_bin_io : functor (Elt : sig ... end) -> sig ... endmodule Provide_hash : functor (Elt : sig ... end) -> sig ... endval t_of_sexp : Base__.Ppx_sexp_conv_lib.Sexp.t ‑> tval sexp_of_t : t ‑> Base__.Ppx_sexp_conv_lib.Sexp.tval to_string : t ‑> string