Module Hash_set.Poly


module Poly: sig .. end

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