Module type Base__.Monad_intf.Infix2

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

type ('a, 'e) t
val (>>=) : ('a'et ‑> ('a ‑> ('b'et) ‑> ('b'et
val (>>|) : ('a'et ‑> ('a ‑> 'b) ‑> ('b'et