[cvs-nhc98] patch applied (hat): Bugfix. Operator sections suffered from priority inversion, for

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:01:56 EDT 2006


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


More information about the Cvs-nhc98 mailing list