[cvs-nhc98] commit

Malcolm Wallace malcolm@sparud.net
Mon, 27 Nov 2000 18:07:09 +0100 (CET)


malcolm: Mon Nov 27 18:07:09 CET 2000
nhc/src/compiler98 Rename.hs

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

Modified Files:
	Rename.hs 
Log Message:
Fix bug with local fixity decls.  These worked ok in a `let' block,
but not in a `where' block.  It turns out that the precedence was
being computed at the wrong time - after the scoped expression,
rather than before.