package ppx_deriving_yojson

  1. Overview
  2. Docs
JSON codec generator for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v3.5.3.tar.gz
md5=e5185e4ac9d149a332566139df55d408
sha512=550fe8c400fa57f3f33f4cec509df061db0d62353e0d05ffb64e02aaef74324369840297507553d9b8a8cba81f980c210d23177bf184dbe58b952a7df4aa2176

doc/ppx_deriving_yojson.runtime/Ppx_deriving_yojson_runtime/Result/index.html

Module Ppx_deriving_yojson_runtime.Result

type ('a, 'b) result = ('a, 'b) Result.result =
  1. | Ok of 'a
  2. | Error of 'b
OCaml

Innovation. Community. Security.