10 Oct
2006
10 Oct
'06
4:31 p.m.
Tue Mar 13 07:21:37 PST 2001 malcolm * 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. M ./src/compiler98/Fixity.hs +28