
14 Jul
2006
14 Jul
'06
1:31 a.m.
On Fri, Jul 14, 2006 at 01:01:23AM +0100, Neil Mitchell wrote:
There might be issues with tuples though, for example (1,2,) would be the (,) tuple and not the (,,) tuple, which is a bit weird.
Besides, it might be a bit more natural if (1,2,) was a shorthand for (\x -> (1,2,x)) Best regards Tomasz