You can search for identifiers within the package.
in-package search v0.2.0
module M : S
include S with type 'a t = 'a M.t
type 'a t = 'a M.t
val return : 'a -> 'a t
val bind : 'a t -> ('a -> 'b t) -> 'b t
val catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
module Infix : sig ... end
module List : sig ... end