Module Core_kernel.Immediate_option_intf

A non-allocating alternative to the standard Option type.

module type S_without_immediate_plain = sig ... end
module type S_without_immediate = sig ... end
module type S_plain = sig ... end
module type S = sig ... end
module type S_int63 = sig ... end
module type S_int63_plain = sig ... end
module type Immediate_option = sig ... end