base
Monad.Infix_indexed
Same as Infix, except the monad type has three arguments. The second and third are composed across all computation.
Infix
base.base_internalhash_types
base.md5
base.shadow_stdlib
type ('a, 'i, 'j) t
val (>>=) : ('a, 'i, 'j) t -> ('a -> ('b, 'j, 'k) t) -> ('b, 'i, 'k) t
val (>>|) : ('a, 'i, 'j) t -> ('a -> 'b) -> ('b, 'i, 'j) t