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