Module BatResult.Infix


module Infix: sig .. end
Infix submodule regrouping all infix operators


val (>>=) : ('a, 'b) BatStd.result ->
('a -> ('c, 'b) BatStd.result) -> ('c, 'b) BatStd.result