To: J3 J3/13-324 From: Dan Nagle Subject: UK-5 Improving the disambiguation rules Date: 2013 September 26 Reference: N1975, N1982 Specification: The number of procedure dummy arguments may disambiguate between specific procedures in generic resolution. Syntax: For example, given the generic interface Interface g Procedure p1,p2 End Interface then make Subroutine p1(fun) and Subroutine p2(sub,fun) External :: fun External sub,fun distinct specifics. Edits: {improve the constraint} [286:22+] add "(1+) the number of nonoptional dummy procedures in one of them exceeds the number of dummy procedures in the other,"