jon.recoil.org

Module Flambda2_numbers

module Numeric_types : sig ... end

Modules about numbers, some of which satisfy Container_types.S.

module One_bit_fewer : sig ... end
module Or_infinity : sig ... end
module Target_ocaml_int : sig ... end

Operations 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 ... end

Target processor-native integers.

module Vector_types : sig ... end

SIMD vector numeric type layouts.