Module type Immediate_option_intf.Immediate_option

module type S = S

Always immediate.

module type S_int63 = S_int63

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

module type S_without_immediate = S_without_immediate

Never immediate.