You can search for identifiers within the package.
in-package search v0.2.0
Monad signatures for use with Core and Cli.
Core
Cli
module type S = sig ... end
module type EXTENDED = sig ... end
module Identity : S with type 'a t = 'a
module Extend (M : S) : EXTENDED with type 'a t = 'a M.t