Functor Hash_set.Make_binable

module Make_binable (Elt : sig
include Hash_set.Elt
include Binable.S
end) : S_binable with type elt = Elt.t
Parameters:
Elt : sig include Elt include Binable.S with type t := t end