Module BatResult.Infix

module Infix: sig .. end

This infix module provides the operator (>>=)


val (>>=) : ('a, 'b) BatResult.t -> ('a -> ('c, 'b) BatResult.t) -> ('c, 'b) BatResult.t