Of_monad3.Monad_infix
Same as Infix, except the monad type has three arguments. The second and third are always just passed through.
val (>>=) : ('a, 'd, 'e) M.t -> ('a -> ('b, 'd, 'e) M.t) -> ('b, 'd, 'e) M.t
val (>>|) : ('a, 'd, 'e) M.t -> ('a -> 'b) -> ('b, 'd, 'e) M.t