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