Misc.Int_literal_converter
let int: string => int;
Convert a string to an integer. Unlike Stdlib.int_of_string, this function accepts the string representation of max_int + 1 and returns min_int in this case.
Stdlib
max_int + 1
min_int
let int32: string => int32;
Likewise, at type int32
int32
let int64: string => int64;
Likewise, at type int64
int64
let nativeint: string => nativeint;
Likewise, at type nativeint
nativeint