module type S_binable = sig .. end
sig
end
type elem
type t = elem Hash_set.t
elem Hash_set.t
include Sexpable.S
include Binable.S
val create : ?growth_allowed:bool -> ?size:int -> unit -> t
?growth_allowed:bool -> ?size:int -> unit -> t
val of_list : elem list -> t
elem list -> t