package ppx_deriving_yojson

  1. Overview
  2. Docs
JSON codec generator for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v3.5.1.tar.gz
sha256=aefe9c673f2f0ee2beb9edcca5a4e332a9fe9266c81bc554b8df5cd375568994

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.