[cvs-nhc98] cvs commit: nhc98/src/compiler98 Extra.hs MkSyntax.hs
Rename.hs SyntaxPos.hs
olaf at glass.cse.ogi.edu
olaf at glass.cse.ogi.edu
Mon Aug 2 13:35:40 EDT 2004
olaf 2004/08/02 10:35:40 PDT
Modified files:
src/compiler98 Extra.hs MkSyntax.hs Rename.hs
SyntaxPos.hs
Log:
Corrected a bug in position of function declarations that define operators.
Also now handle positions of types correctly.
The position of TypeCon still only described position of the type construtor,
but getPos gives the position of the whole type.
Revision Changes Path
1.16 +16 -2 nhc98/src/compiler98/Extra.hs
1.12 +2 -1 nhc98/src/compiler98/MkSyntax.hs
1.35 +2 -2 nhc98/src/compiler98/Rename.hs
1.14 +3 -1 nhc98/src/compiler98/SyntaxPos.hs
More information about the Cvs-nhc98
mailing list