[cvs-nhc98] Eliminate spurious errors for higher-kind newtypes, e.g.

Malcolm Wallace malcolm@sparud.net
Tue, 17 Dec 2002 13:28:02 +0100 (CET)


malcolm: Tue Dec 17 13:28:02 CET 2002

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv11976

Modified Files:
	RenameLib.hs 
Log Message:
Eliminate spurious errors for higher-kind newtypes, e.g.
    newtype Mu f = Mu (f (Mu f))