package ppx_deriving

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_deriving-v5.1.tbz
sha256=b04f3b22b754e65af50812730695863192ae410e802e074b55ebbb8c4f73c4c4
sha512=abcccda4878a82b0d0eedcc23127da6ae5c10bface59335a226a714752a46b987bff01f48fbe432910b26bfc7b332b301d191da71a9da0db593d86335bc83cd9

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) t =
  1. | Ok of 'a
  2. | Error of 'b
OCaml

Innovation. Community. Security.