See Core_kernel.Hashtbl for documentation.
module Binable = Core_kernel__.Binable0module Hashtbl = Base.Hashtblmodule Hashtbl_intf = Base.Hashtbl_intfmodule type Key_plain = Hashtbl_intf.Keymodule 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.Accessorsmodule type Multi = Hashtbl_intf.Multitype ('key, 'data, 'z) create_options_with_first_class_module = ('key, 'data, 'z) Hashtbl_intf.create_options_with_first_class_moduletype ('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