You can search for identifiers within the package.
in-package search v0.2.0
Defines platform-dependent functions.
module type S = sig ... end
module type MAKER = functor (M : Monad.S) -> S with type 'a promise := 'a M.t