module Hash_set: Hash_set.Make_binable(T)
Hash_set.Make_binable
(
T
)
type elem = H.t
H.t
type t = elem Hash_set.hash_set
elem Hash_set.hash_set
val create : ?growth_allowed:bool -> ?size:int -> unit -> t
?growth_allowed:bool -> ?size:int -> unit -> t
val of_list : H.t list -> t
H.t list -> t
include Sexpable.S
include Binable.S