include Core.Set.S with type Par.Elt.t = Value.t Seq.t
module Elt : sig ... end
module Tree : sig ... end
val length : t ‑> int
val is_empty : t ‑> bool
val invariants : t ‑> bool
module Named : sig ... end
val empty : t
module Provide_of_sexp : functor (Elt : sig ... end) -> sig ... end
module Provide_bin_io : functor (Elt : sig ... end) -> sig ... end
module Provide_hash : functor (Elt : sig ... end) -> sig ... end
val t_of_sexp : Base__.Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Base__.Ppx_sexp_conv_lib.Sexp.t
val to_string : t ‑> string