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