
2 Aug
2004
2 Aug
'04
1:35 p.m.
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