Module Rresult_infix

module Rresult_infix: sig .. end
Rresult infix operator support.

Open this module rather than Rresult to get the infix operators of Rresult.R.Infix in your scope.

Release 0.1.0 - Daniel Bünzli <daniel.buenzl i@erratique.ch>



Results


type ('a, 'b) result = ('a, 'b) Rresult.result = 
| Ok of 'a
| Error of 'b
include Rresult
include Rresult.R.Infix