package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

See Core_kernel.Hashtbl for documentation.

module Binable : sig ... end
module Hashtbl = Base.Hashtbl
module Hashtbl_intf = Base.Hashtbl_intf
module type Key_plain = Hashtbl_intf.Key_plain
module Hashable = Base.Hashtbl_intf.Hashable
module type Hashable = Hashtbl_intf.Hashable
module type Key = Hashtbl_intf.Key
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, 'z) Hashtbl_intf.create_options_with_first_class_module
type ('key, 'data, 'z) create_options_without_hashable = ('key, 'data, 'z) Hashtbl_intf.create_options_without_hashable
type ('key, 'data, 'z) create_options_with_hashable = ('key, 'data, 'z) Hashtbl_intf.create_options_with_hashable
module type S = Hashtbl_intf.S
OCaml

Innovation. Community. Security.