Ocaml_utils.NumbersModules about numbers, some of which satisfy Identifiable.S.
Warning: this module is unstable and part of compiler-libs.
module Int : sig ... endmodule Int8 : sig ... endDo not use polymorphic comparison on the unsigned integer types.
module Uint8 : sig ... endmodule Int16 : sig ... endmodule Uint16 : sig ... endmodule Uint32 : sig ... endmodule Uint64 : sig ... endmodule Float : Identifiable.S with type t = floatmodule Int64 : sig ... end