module Core_int:sig..end
include Int_intf.S
val of_int : int -> tval to_int : t -> intval of_int32 : int32 -> t optionval of_int32_exn : int32 -> tval to_int32 : t -> int32 optionval to_int32_exn : t -> int32val of_int64 : int64 -> t optionval of_int64_exn : int64 -> tval to_int64 : t -> int64val of_nativeint : nativeint -> t optionval of_nativeint_exn : nativeint -> tval to_nativeint : t -> nativeintval to_string_hum : int -> string