Module Stdune__.Set

module type S = Stdune__.Set_intf.S
module Make : functor (Elt : Stdune.Comparable.S) -> S with type elt = Elt.t
val to_sexp : ('a -> 'b list) -> 'b Stdune.Sexp.Encoder.t -> 'a Stdune.Sexp.Encoder.t