[Haskell-cafe] Comma in the front

Tomasz Zielonka tomasz.zielonka at gmail.com
Fri Jul 14 01:31:32 EDT 2006


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


More information about the Haskell-Cafe mailing list