package ppx_yojson

  1. Overview
  2. Docs

Source file ocaml_compat.ml

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

Innovation. Community. Security.