
22 Mar
2004
22 Mar
'04
9:51 a.m.
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