Module Flambda2_simplify.Number_adjuncts
Additional information about kinds of numbers (mainly relating to conversions and boxing/unboxing) in a standard form that can be fed to functors parametric in number kinds.
module type Num_common = sig ... endmodule type Number_kind_common = sig ... endmodule type Number_kind = sig ... endmodule type Int_number_kind = sig ... endmodule type Boxable = sig ... endmodule type Boxable_number_kind = sig ... endmodule type Boxable_int_number_kind = sig ... end