package core_kernel

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

To be used in implementing Core, but not by end users.

module Digit_string_helpers : sig ... end

Utility functions for parsing and outputing strings containing known numbers of digits. Used primarily for building functions for reading in and writing out Time related values.

module Time_zone : sig ... end
module Ofday_helpers : sig ... end

This module is only used in the implementation of ofday.ml, and isn't exposed as a submodule of Core_kernel.

module Span_float : sig ... end
module Bigbuffer_internal : sig ... end
module Stable_internal : sig ... end
module Std_internal : sig ... end
module Std_kernel : sig ... end

Std_kernel defines modules exposed by Core_kernel that are not overridden by Core. It is used in core.ml to re-export these modules.

module Time_ns_alternate_sexp : sig ... end