int_to_string : int -> string
- int_to_string 12323; > val it = "12323" : string - int_to_string ~1; > val it = "~1" : string