Parameter Check_creators0.1-M
include Set.Creators0
type ('a, 'cmp) settype ttype treetype elttype comparator_witness
val empty : tval singleton : elt -> tval union_list : t list -> tval of_list : elt list -> tval of_array : elt array -> tval of_sorted_array : elt array -> t Base.Or_error.tval of_sorted_array_unchecked : elt array -> tval of_increasing_iterator_unchecked : len:int -> f:(int -> elt) -> tval stable_dedup_list : elt list -> elt listval map : ('a, 'b) set -> f:('a -> elt) -> tval filter_map : ('a, 'b) set -> f:('a -> elt option) -> tval of_tree : tree -> t
val of_hash_set : elt Hash_set.t -> tval of_hashtbl_keys : (elt, _) Hashtbl.t -> tval of_map_keys : (elt, _, comparator_witness) Base.Map.t -> tval quickcheck_generator : elt Quickcheck.Generator.t -> t Quickcheck.Generator.t