package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module List : sig ... end

This module extends the Base List module with bin_io and quickcheck

module Array : sig ... end

This module extends the Base Array module

module Hashtbl : sig ... end

Core_hashtbl is a reimplementation of the standard MoreLabels.Hashtbl. Its worst case time complexity is O(log(N)) for lookups and additions, unlike the standard MoreLabels.Hashtbl, which is O(N).

module type Key = Hash_queue.Key
module type S = Hash_queue.S
module Make (Key : Hash_queue.Key) : sig ... end
OCaml

Innovation. Community. Security.