jon.recoil.org

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 ... end
module type Number_kind_common = sig ... end
module type Number_kind = sig ... end
module type Int_number_kind = sig ... end
module type Boxable = sig ... end
module type Boxable_number_kind = sig ... end
module type Boxable_int_number_kind = sig ... end