Module Stdune.Set

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