Functor Hashtbl.Make_binable


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

include Hashtbl.S
include Binable.S1