Module Core_kernel.Hashtbl_intf

See Core_kernel.Hashtbl for documentation.

module Binable = Core_kernel__.Binable0
module Hashtbl = Base.Hashtbl
module Hashtbl_intf = Base.Hashtbl_intf
module type Key_plain = Hashtbl_intf.Key
module Hashable = Hashtbl_intf.Hashable
module type Hashable = Hashtbl_intf.Hashable
module type Key : sig ... end
module type Key_binable : sig ... end
module type Creators = Hashtbl_intf.Creators
module type Accessors = Hashtbl_intf.Accessors
module type Multi = Hashtbl_intf.Multi
type ('key, 'data, 'z) create_options_with_first_class_module = ('key'data'zHashtbl_intf.create_options_with_first_class_module
type ('key, 'data, 'z) create_options_without_hashable = ('key'data'zHashtbl_intf.create_options_without_hashable
type ('key, 'data, 'z) create_options_with_hashable = ('key'data'zHashtbl_intf.create_options_with_hashable
module type S_plain : sig ... end
module type S : sig ... end
module type S_binable : sig ... end
module type Hashtbl : sig ... end