[cvs-nhc98] No log message

Malcolm Wallace malcolm@sparud.net
Tue, 13 Mar 2001 16:21:40 +0100 (CET)


malcolm: Tue Mar 13 16:21:38 CET 2001

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

Modified Files:
	Fixity.hs 
Log Message:
Bugfix.  Operator sections suffered from priority inversion, for
example (^2*3) was incorrectly parsed as (^(2*3)), even though ^
binds more tightly than *.  This fix adds an inversion check and
error message.