Module Md5.Hash_set

type elt = t
type t = 'a Hash_set.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
include sig ... end with type Hash_set.t := t
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t