package ppx_deriving

  1. Overview
  2. Docs
Type-driven code generation for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_deriving-6.1.0.tbz
sha256=747a5688ea630f77a50b0e90254ac6f8a66bdd4974b2e87376341427807d4b56
sha512=b5d01273120e7d3433327155b0497bbe80499de79a8856630715b37ea126086aa180e12bce2ea51e93dbbbb0b1a6a403035ba828ed8acae18b69deb1efd70783

doc/ppx_deriving.runtime/Ppx_deriving_runtime/Result/index.html

Module Ppx_deriving_runtime.ResultSource

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

Innovation. Community. Security.