[cvs-nhc98] cvs commit: nhc98/src/compiler98 IExtract.hs
Malcolm Wallace
malcolm at glass.cse.ogi.edu
Mon Mar 22 06:51:17 EST 2004
malcolm 2004/03/22 06:51:17 PST
Modified files:
src/compiler98 IExtract.hs
Log:
Fix bug in reading instance decls from an interface file. Previously, an
instance Cls (Prelude.->)
gave an pattern-match failure because -> is lexed as a TypeVar, not a TypeCons.
Revision Changes Path
1.15 +4 -1 nhc98/src/compiler98/IExtract.hs
More information about the Cvs-nhc98
mailing list