Module BatResult.Infix

module Infix: sig .. end

This infix module provides the operator (>>=)


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