Module Hashable.S_binable.Hash_set


module Hash_set: Hash_set_intf.S_binable  with type elem = hashable

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