Provided by: ocaml-man_5.3.0-2_all 

NAME
Misc.Int_literal_converter - no description
Module
Module Misc.Int_literal_converter
Documentation
Module Int_literal_converter
: sig end
val int : string -> int
Convert a string to an integer. Unlike int_of_string , this function accepts the string representation
of max_int + 1 and returns min_int in this case.
val int32 : string -> int32
Likewise, at type int32
val int64 : string -> int64
Likewise, at type int64
val nativeint : string -> nativeint
Likewise, at type nativeint
OCamldoc 2025-01-27 Misc.Int_literal_converter(3o)