[Yhc] Compiling Prelude.hs
Neil Mitchell
ndmitchell at gmail.com
Tue Jan 17 09:32:12 EST 2006
> code. Is it possible to remove the duplicated instances as well?
Yep, I removed them already - they were certainly a bug. It should be
in the repo already.
The compiler detects duplicate class declarations (good), but
supresses rename errors with the -redefine flag (bad, fixed now), and
doesn't detect duplicate instance declarations (bad, unfixed).
Thanks
Neil
More information about the Yhc
mailing list