Immediate_kernelmodule type Option = sig ... endmodule type Option_zero_alloc = sig ... endmodule type Option_int63 = sig ... endmodule type S_no_option = sig ... endmodule Char : sig ... endmodule Bool : sig ... endmodule Int : sig ... endmodule Of_intable : sig ... endA functor to build an immediate Option submodule based on Intable conversions.
module Immediate_kernel_stable : sig ... end