cpm
MakeROC
module type SCORE_LABEL = sig ... end
module type ROC_FUNCTOR = functor (SL : SCORE_LABEL) -> sig ... end
module Make : ROC_FUNCTOR