module Hash_set: Hash_set_intf.S with type elem = hashable
Hash_set_intf.S
with type elem = hashable
type elem
type t = elem Hash_set.t
elem Hash_set.t
include Sexpable.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