module Make_binable:
functor (
H
:
sig
include Hashtbl.HashedType
include Binable.S
end
) ->
sig include Hashtbl.HashedType include Binable.S with type binable = t end
include Hash_set.S