Module BatResult.Infix

This infix module provides the operator (>>=)

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