package ppx_deriving_cmdliner

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