Module Ppx_deriving_runtime.Result

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