Module Base__.Hashtbl_intf

module type Key = sig ... end
module type Accessors = sig ... end
module type Multi = sig ... end
type ('key, 'data, 'z) create_options = ?⁠growth_allowed:bool -> ?⁠size:int -> (module Key with type t = 'key) -> 'z
type ('key, 'data, 'z) create_options_without_first_class_module = ?⁠growth_allowed:bool -> ?⁠size:int -> 'z
module type Creators_generic = sig ... end
module type Creators = sig ... end
module type S_without_submodules = sig ... end
module type S_poly = sig ... end
module type For_deriving = sig ... end
module type Hashtbl = sig ... end