Module Core_kernel.Core_hashtbl_intf

module Binable = Core_kernel__.Binable0
module Hashtbl = Base.Hashtbl
module Hashtbl_intf = Base.Hashtbl_intf
module type Key_common = Hashtbl_intf.Key_common
module type Key_plain = Hashtbl_intf.Key_plain
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
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