Module Flambda2_numbers
module Numeric_types : sig ... endModules about numbers, some of which satisfy Container_types.S.
module One_bit_fewer : sig ... endmodule Or_infinity : sig ... endmodule Target_ocaml_int : sig ... endOperations using the semantics of the OCaml type "int" on the target machine. That is to say, 31-bit arithmetic on 32-bit targets; and 63-bit arithmetic on 64-bit targets.
module Targetint_32_64 : sig ... endTarget processor-native integers.
module Vector_types : sig ... endSIMD vector numeric type layouts.