You can search for identifiers within the package.
in-package search v0.2.0
Same as Infix, except the monad type has three arguments. The second and third are composed across all computation.
Infix
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