You can search for identifiers within the package.
in-package search v0.2.0
module type CBV_sig = sig ... end
module type S = sig ... end
module Make (CBV : CBV_sig) : S with type cbv := CBV.t and type chunk := CBV.chunk