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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to