25 Sep
2008
25 Sep
'08
3:56 a.m.
How is a 1-tuple different from a value? If we think of tuple types as product types, then the 1-ary product is a simple type -- and 1-ary tuples of values are simple values. In Python, tuples really are like lists -- to the point of being mapable, iterable, &c. In Haskell, lists and tuples share very little. -- _jsn