Functor Hash_set.Make_binable


module Make_binable: 
functor (H : sig
include Core_hashtbl.Key
include Binable.S
end) -> sig .. end
Parameters:
H : sig include Core_hashtbl.Key include Binable.S with type binable = t end

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