Module Function.Hash_set

type elt = t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
include Ppx_compare_lib.Equal.S__local with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Hash_set.Creators_generic with type 'a t := t with type 'a elt := elt with type ('a, 'z) create_options := ('a, 'z) Base.Hash_set.create_options_without_first_class_module
include sig ... end
val t_of_sexp : Sexplib0.Sexp.t -> t