RE: rewrite rule pragma syntax

2004-09-28 Thread Simon Marlow
On 09 September 2004 16:51, Henning Thielemann wrote: > I encountered the same problem as this guy: > http://www.haskell.org/pipermail/glasgow-haskell-users/2002-May/003407.h tml > > It is still present in GHC-6.2.1. Only if you turn on -fglasgow-exts > the RULES pragma is parsed correctly. I thi

rewrite rule pragma syntax

2004-09-10 Thread Henning Thielemann
I encountered the same problem as this guy: http://www.haskell.org/pipermail/glasgow-haskell-users/2002-May/003407.html It is still present in GHC-6.2.1. Only if you turn on -fglasgow-exts the RULES pragma is parsed correctly. I think GHC should give a warning like "turn -fglasgow-exts on for RU