cif=parameter(calindexset) if(parameterCount(types) != parameterCount(scopes)){ error(ParameterCountMismatch) } foreach(type-scope pair){ if(! cif.has(type, scope)){ warning(NoMatchingCcfConstituent) } else { cif.remove_entry(type, scope) } }