Module Result.Monad_infix

val (>>|) : ('a'err) t -> ('a -> 'b) -> ('a'err) t
val (>>=) : ('a'err) t -> ('a -> ('a'err) t) -> ('a'err) t