package core_kernel

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

Module Core_kernel.Immediate_option

module type S = Immediate_option.S

Always immediate.

module type S_int63 = Immediate_option.S_int63

Immediate only on 64-bit machines with portable_int63 = false.

module type S_without_immediate = Immediate_option.S_without_immediate

Never immediate.

OCaml

Innovation. Community. Security.