Module type Hash_set.S_plain

type elt
type t = 'a t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
type 'a t_ = t
type 'a elt_ = elt
val create : ?⁠growth_allowed:bool -> ?⁠size:int -> 'z
val of_list : ?⁠growth_allowed:bool -> ?⁠size:int -> 'z
module Provide_of_sexp : functor (X : sig ... end with type Provide_of_sexp.t := elt) -> sig ... end with type Provide_of_sexp.t := t
module Provide_bin_io : functor (X : sig ... end with type Provide_bin_io.t := elt) -> sig ... end with type Provide_bin_io.t := t