Module Make_indexed.Monad_infix

Same as Infix, except the monad type has three arguments. The second and third are composed across all computation.

val (>>=) : ('a, 'i, 'j) X.t -> ('a -> ('b, 'j, 'k) X.t) -> ('b, 'i, 'k) X.t
val (>>|) : ('a, 'i, 'j) X.t -> ('a -> 'b) -> ('b, 'i, 'j) X.t