module Poly: sig .. end
sig
end
type 'a t = 'a Hash_set.hash_set
'a
'a Hash_set.hash_set
include Sexpable.S1
val create : ?growth_allowed:bool -> ?size:int -> unit -> 'a t
?growth_allowed:bool -> ?size:int -> unit -> 'a t
val of_list : 'a list -> 'a t
'a list -> 'a t