Module BatResult.InfixSource

This infix module provides the operator (>>=)

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