[Haskell-cafe] Lists of Lists

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Mar 8 06:50:33 EST 2006


Hello Jens,

Wednesday, March 8, 2006, 2:31:36 PM, you wrote:

>> How would I get the value of, lets say, the 9th object in ["4179355","
>> 567412"] ?
JF> Just concatenate the list elements and index the resulting list, but

btw, due to the lazy evaluation time required to perform this
operation will be proportional to used index, not to the size of whole
catenated list


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list