Module Core_int


module Core_int: sig .. end

include Int_intf.S
val of_int : int -> t
val to_int : t -> int
val of_int32 : int32 -> t option
val of_int32_exn : int32 -> t
val to_int32 : t -> int32 option
val to_int32_exn : t -> int32
val of_int64 : int64 -> t option
val of_int64_exn : int64 -> t
val to_int64 : t -> int64
val of_nativeint : nativeint -> t option
val of_nativeint_exn : nativeint -> t
val to_nativeint : t -> nativeint
val to_string_hum : int -> string