package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Elt : sig ... end
include S_plain with module Elt := Elt
type t = (Elt.t, Elt.comparator_witness) Base.Set.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
include Creators_generic with type ('a, 'b) set := ('a, 'b) Set.t with type ('a, 'b) t := t with type ('a, 'b) tree := (Elt.t, Elt.comparator_witness) Tree.t with type 'a elt := Elt.t with type 'c cmp := Elt.comparator_witness with type ('a, 'b, 'c) create_options := ('a, 'b, 'c) Without_comparator.t
include Set.Creators_generic with type ('a, 'b) set := ('a, 'b) Set.t with type ('a, 'b) t := t with type ('a, 'b) tree := (Elt.t, Elt.comparator_witness) Tree.t with type 'a elt := Elt.t with type 'c cmp := Elt.comparator_witness with type ('a, 'b, 'c) create_options := ('a, 'b, 'c) Without_comparator.t
val empty : ('a, 'cmp, t) Without_comparator.t
val singleton : ('a, 'cmp, Elt.t -> t) Without_comparator.t
val union_list : ('a, 'cmp, t list -> t) Without_comparator.t
val of_list : ('a, 'cmp, Elt.t list -> t) Without_comparator.t
val of_sequence : ('a, 'cmp, Elt.t Base__.Sequence.t -> t) Without_comparator.t
val of_array : ('a, 'cmp, Elt.t array -> t) Without_comparator.t
val of_sorted_array : ('a, 'cmp, Elt.t array -> t Base__.Or_error.t) Without_comparator.t
val of_sorted_array_unchecked : ('a, 'cmp, Elt.t array -> t) Without_comparator.t
val of_increasing_iterator_unchecked : ('a, 'cmp, len:int -> f:(int -> Elt.t) -> t) Without_comparator.t
val stable_dedup_list : ('a, 'b, Elt.t list -> Elt.t list) Without_comparator.t
val map : ('b, 'cmp, ('a, 'c) Set.t -> f:('a -> Elt.t) -> t) Without_comparator.t
val filter_map : ('b, 'cmp, ('a, 'c) Set.t -> f:('a -> Elt.t option) -> t) Without_comparator.t
val of_tree : ('a, 'cmp, (Elt.t, Elt.comparator_witness) Tree.t -> t) Without_comparator.t
val of_hash_set : ('a, 'cmp, Elt.t Hash_set.t -> t) Without_comparator.t
val of_hashtbl_keys : ('a, 'cmp, (Elt.t, _) Hashtbl.t -> t) Without_comparator.t
val of_map_keys : (Elt.t, _, Elt.comparator_witness) Base.Map.t -> t

Never requires a comparator because it can get one from the input Map.t.

val quickcheck_generator : ('a, 'cmp, Elt.t Quickcheck.Generator.t -> t Quickcheck.Generator.t) Without_comparator.t
module Provide_of_sexp (Elt : sig ... end) : sig ... end
module Provide_bin_io (Elt : sig ... end) : Binable.S with type t := t
module Provide_hash (Elt : sig ... end) : sig ... end
val quickcheck_observer : Elt.t Quickcheck.Observer.t -> t Quickcheck.Observer.t
val quickcheck_shrinker : Elt.t Quickcheck.Shrinker.t -> t Quickcheck.Shrinker.t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
OCaml

Innovation. Community. Security.