You can search for identifiers within the package.
in-package search v0.2.0
cpm
Cpm.MakeROC
module A = BatArray
module L = MyList
module type SCORE_LABEL = sig ... end
module type ROC_FUNCTOR = functor (SL : SCORE_LABEL) -> sig ... end
module Make : ROC_FUNCTOR