Module Ocaml_utils.Numbers

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

Warning: this module is unstable and part of compiler-libs.

module Int : sig ... end
module Int8 : sig ... end

Do not use polymorphic comparison on the unsigned integer types.

module Uint8 : sig ... end
module Int16 : sig ... end
module Uint16 : sig ... end
module Uint32 : sig ... end
module Uint64 : sig ... end
module Float : Identifiable.S with type t = float
module Int64 : sig ... end