Module Ppx_deriving_yojson_runtime.ResultSource

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