Module type Core_kernel__.Core_set_intf.Creators1

include Set_intf.Creators1
type ('a, 'cmp) set
type 'a t
type 'a tree
type comparator_witness
val empty : 'a t
val singleton : 'a ‑> 'a t
val union_list : 'a t list ‑> 'a t
val of_list : 'a list ‑> 'a t
val of_array : 'a array ‑> 'a t
val of_sorted_array : 'a array ‑> 'a t Base.Or_error.t
val of_sorted_array_unchecked : 'a array ‑> 'a t
val of_increasing_iterator_unchecked : len:int ‑> f:(int ‑> 'a) ‑> 'a t
val stable_dedup_list : 'a list ‑> 'a list
val map : ('a_set ‑> f:('a ‑> 'b) ‑> 'b t
val filter_map : ('a_set ‑> f:('a ‑> 'b option) ‑> 'b t
val of_tree : 'a tree ‑> 'a t
val of_hash_set : 'a Core_kernel.Hash_set.t ‑> 'a t
val of_hashtbl_keys : ('a_Core_kernel__.Core_hashtbl.t ‑> 'a t
val of_map_keys : ('a_comparator_witnessMap.t ‑> 'a t
val gen : 'a Core_kernel.Quickcheck.Generator.t ‑> 'a t Core_kernel.Quickcheck.Generator.t