[cvs-nhc98] cvs commit: nhc98/src/compiler98 Need.hs NeedLib.hs
Malcolm Wallace
malcolm at glass.cse.ogi.edu
Wed Oct 22 09:59:39 EDT 2003
malcolm 2003/10/22 08:59:39 PDT
Modified files:
src/compiler98 Need.hs NeedLib.hs
Log:
Accept unqualified method declarations in the body of an instance
of a qualified class. The methods are unambiguously those of the
qualified class and do not require explicit qualification. (Indeed,
in strict H'98 it is no longer possible to qualify them, but nhc98
still permits them to be qualified, in which case of course the
qualification must match.)
Revision Changes Path
1.25 +2 -2 nhc98/src/compiler98/Need.hs
1.7 +13 -2 nhc98/src/compiler98/NeedLib.hs
More information about the Cvs-nhc98
mailing list