Module Misc.Int_literal_converter

module Int_literal_converter: sig .. end

let int: string => int;
let int32: string => int32;
let int64: string => int64;
let nativeint: string => nativeint;