package ppx_deriving_cmdliner

  1. Overview
  2. Docs

Module Ppx_deriving_cmdliner_runtime.Result

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