malcolm 2004/06/04 07:09:27 PDT
Modified files:
src/compiler98 Rename.hs SyntaxUtil.hs
Log:
Don't crash when encountering a (non-H'98) instance declaration like
instance C (T Int) where ...
i.e. datatype T has concrete types instead of variables.
Revision Changes Path
1.30 +4 -4 nhc98/src/compiler98/Rename.hs
1.2 +3 -1 nhc98/src/compiler98/SyntaxUtil.hs