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