
24 Sep
2008
24 Sep
'08
7:26 p.m.
On 2008-09-24, Benjamin L.Russell
Haskell doesn't have a notion of a one-element tuple.
Why not?
In addition to the syntactic nightmare mentioned, or the possible loss of parenthesized expressions, it's just plain not necessary. Aside from strictness, a one-tuple is isomorphic to the element inside. We like category theory, so we ignore trivial isomorphisms. -- Aaron Denney -><-