module Make (
O
:
Set.OrderedType
)
: S
with type t = Set.Make(O).t
and type elt = O.t
include Set.S
val of_seq : elt CCSet.sequence -> t
val add_seq : t -> elt CCSet.sequence -> t
Since 0.14
val to_seq : t -> elt CCSet.sequence
val of_list : elt list -> t
val add_list : t -> elt list -> t
Since 0.14
val to_list : t -> elt list
val pp : ?start:string ->
?stop:string -> ?sep:string -> elt CCSet.printer -> t CCSet.printer
val print : ?start:string ->
?stop:string -> ?sep:string -> elt CCSet.formatter -> t CCSet.formatter