package ppx_deriving

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ppx_deriving-6.1.3.tbz
sha256=a654239a2bfeb3ffd4d2002d81d62191663eca8b3447d83fafc55d5dc2ae9d0a
sha512=a1b5056f305d92bd32f47b30fe5df8fe8ea2749ed0bd09c356ac3e98ca14780c749fe936eb189b8c2cd92cf7d87056585b9beb786979ada6df1411d766fdc3e0

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