You can search for identifiers within the package.
in-package search v0.2.0
Generic client module
module Common : sig ... end
module type IO = sig ... end
module type PARAMS = sig ... end
module type S = sig ... end
module Make (P : PARAMS) : S with module IO = P.IO and type client = P.client