From: "J(ust) a(nother) phet" Date: 2003-02-06T21:30:35+09:00 Subject: Re: What is a tuple? "MetalOne" wrote in message news:92c59a2c.0302041648.a0608ce@posting.google.com... > In Haskell, > > lists are homogeneous and arbitrary length. > tuples are heterogeneous and fixed length. > > Neither is mutable. > Nothing in Haskell is mutable. is tuple same as perl's %hash?