ocaml_compat.ml
ppx_yojson
ppx_yojson._lib
1 2 3 4 5 let int_of_string_opt s = try Some (int_of_string s) with Failure _ -> None
1 2 3 4 5
let int_of_string_opt s = try Some (int_of_string s) with Failure _ -> None