Module Core_kernel.Immediate_option_intf
A non-allocating alternative to the standard Option type.
module type S_without_immediate = sig ... endmodule type S = sig ... endmodule type S_int63 = S_without_immediatemodule type Immediate_option = sig ... end