New syntax

Ian Lynagh igloo at earth.li
Fri Mar 31 08:33:11 EST 2006


On Fri, Mar 31, 2006 at 01:26:52PM +0100, Simon Peyton-Jones wrote:
> | > Template Haskell breaks expressions with $,
> | 
> | It's very bad that with TH enabled you cannot write sections of the
> form ($ x)
> | anymore which are sometimes very handy.
> 
> I'd prefer it if TH only sprang into action when you wrote
> 	$x
> or
> 	$(f x)
> 
> That is, no space after the $.  If you put spaces, you should get the
> H98 $.  

Isn't that the current behaviour?


Thanks
Ian



More information about the Haskell-prime mailing list