Ppx_deriving_yojson_runtime.Result
type ('a, 'b) t = ('a, 'b) result =
| Ok of 'a
| Error of 'b
type nonrec ('a, 'b) result = ('a, 'b) result =