Hugs doesn't parse left sections correctly

Ian Lynagh igloo@earth.li
Mon, 17 Sep 2001 23:07:13 +0100


The following looks like it is valid to me, and ghc and nhc98 agree:

Prelude> (5 * 6 +) 7
ERROR - Syntax error in expression (unexpected `)')


Thanks
Ian