module Binable = Core_kernel__.Binable0module Hashtbl = Base.Hashtblmodule Hashtbl_intf = Base.Hashtbl_intfmodule type Key_common = Hashtbl_intf.Key_commonmodule type Key_plain = Hashtbl_intf.Key_plainmodule Hashable = Hashtbl_intf.Hashablemodule type Hashable = Hashtbl_intf.Hashablemodule type Key : sig ... endmodule type Key_binable : sig ... endmodule type Creators = Hashtbl_intf.Creatorsmodule type Accessors = Hashtbl_intf.Accessorstype ('key, 'data, 'z) create_options_without_hashable = ('key, 'data, 'z) Hashtbl_intf.create_options_without_hashabletype ('key, 'data, 'z) create_options_with_hashable = ('key, 'data, 'z) Hashtbl_intf.create_options_with_hashablemodule type S_plain : sig ... endmodule type S : sig ... endmodule type S_binable : sig ... endmodule type Hashtbl : sig ... end