[Haskell-beginners] Are tuples really needed?

Carlos J. G. Duarte carlos.j.g.duarte at gmail.com
Tue Aug 28 03:47:28 CEST 2012


Sorry if this question is too insane, but I was wondering if tuples are 
really needed in Haskell. I mean, could tuples be generally replaced by 
variables unroll (f x y z) and explicit data types, or are there some 
things only possible to do via tuples?

Thx in advance (and sorry if this looks silly).




More information about the Beginners mailing list