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>
type('a, 'b)
result =('a, 'b) Rresult.result
=
| |
Ok of |
| |
Error of |
include Rresult
include Rresult.R.Infix