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