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