Module Of_monad2.Monad_infixSource

Same as Infix, except the monad type has two arguments. The second is always just passed through.

Sourceval (>>=) : ('a, 'e) M.t -> ('a -> ('b, 'e) M.t) -> ('b, 'e) M.t
Sourceval (>>|) : ('a, 'e) M.t -> ('a -> 'b) -> ('b, 'e) M.t