Module Core_kernel.Immediate_option

module type S = Immediate_option_intf.S

Always immediate.

module type S_plain = Immediate_option_intf.S_plain
module type S_int63 = Immediate_option_intf.S_int63

Immediate only on 64-bit machines.

module type S_int63_plain = Immediate_option_intf.S_int63_plain
module type S_without_immediate = Immediate_option_intf.S_without_immediate

Never immediate.

module type S_without_immediate_plain = Immediate_option_intf.S_without_immediate_plain