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:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to