You can search for identifiers within the package.
in-package search v0.2.0
Deflate module.
module type S = sig ... end
module type INPUT = sig ... end
module type OUTPUT = sig ... end
module Make (I : INPUT) (O : OUTPUT with type i = I.t) : S with type src = I.t and type dst = O.t