package ppx_deriving

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

Install

Dune Dependency

Authors

Maintainers

Sources

v4.4.tar.gz
sha256=c2d85af4cb65a1f163f624590fb0395a164bbfd0d05082092526b669e66bcc34

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

Module Ppx_deriving_runtime.Result

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

Innovation. Community. Security.