[Haskell-cafe] Re: Announcing OneTuple-0.1.0

2008-10-03 Thread Benjamin L . Russell
On Thu, 2 Oct 2008 14:46:32 -0700, Jason Dusek [EMAIL PROTECTED] wrote: John Dorsey [EMAIL PROTECTED] wrote: Now you can: * Solve any of the software problems that cannot be solved without the singleton tuple ! What would those be? I'm still trying to figure out how a singelton tuple

[Haskell-cafe] Re: Announcing OneTuple-0.1.0

2008-10-02 Thread Benjamin L . Russell
On Thu, 2 Oct 2008 02:56:08 -0400, John Dorsey [EMAIL PROTECTED] wrote: Fellow Haskellers, Much attention has been paid over the years to the regrettable omission of singleton tuples from Haskell. I am pleased to announce OneTuple, a humble implementation of the singleton tuple for Haskell.

[Haskell-cafe] Re: Announcing OneTuple-0.1.0

2008-10-02 Thread Jon Fairbairn
Benjamin L.Russell [EMAIL PROTECTED] writes: Note: the singleton tuple does not support tuple syntax. What is the syntax for the singleton tuple? [...] the singleton syntax will be different from the non-singleton syntax, which is also syntactically inelegant. What is your solution?

Re: [Haskell-cafe] Re: Announcing OneTuple-0.1.0

2008-10-02 Thread minh thu
2008/10/2 Jon Fairbairn [EMAIL PROTECTED]: Benjamin L.Russell [EMAIL PROTECTED] writes: Note: the singleton tuple does not support tuple syntax. What is the syntax for the singleton tuple? [...] the singleton syntax will be different from the non-singleton syntax, which is also