You can search for identifiers within the package.
in-package search v0.2.0
Monad signatures for use with V1.Core and V1.Cli.
V1.Core
V1.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