Re: type synonym bug

Malcolm Wallace <[email protected]> Tue, 1 Apr 2003 16:14:17 +0100
Newsgroups gmane.comp.lang.haskell.nhc.bugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
> > type  GNode  a  =  a
>
> Thanks for the report - this bug is new to us.  You are right that nhc98
> should accept this program, and that the error message is confusing.

This bug is now fixed in CVS.  A patch for nch98-1.16 is available
from the downloads webpage.

    http://haskell.org/nhc98/download.html
    ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/patch-1.16-typesyn

Regards,
    Malcolm