You can search for identifiers within the package.
in-package search v0.2.0
encore
Encore.Meta
module type S = sig ... end
module type T = sig ... end
module Make (S : S) : T with type 'a t = 'a S.t