package ppx_yojson

  1. Overview
  2. Docs

Source file ocaml_compat.ml

1
let int_of_string_opt s = try Some (int_of_string s) with Failure _ -> None
OCaml

Innovation. Community. Security.