Module Ppx_deriving_yojson_runtime.Result

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