Module Ppx_deriving_runtime.Result

module Result: sig .. end

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