[Haskell-cafe] Lists of Lists

Daniel Fischer daniel.is.fischer at web.de
Wed Mar 8 06:32:41 EST 2006


Am Mittwoch, 8. März 2006 10:51 schrieb zell_ffhut:
> Just wondering if anyone can help me with a Haskell problem im having.
>
> How would I get the value of, lets say, the 9th object in ["4179355","
> 567412"] ?
>
> (in this case, that should return 6)
>
> Any help/adivce would be great :)
> --
> View this message in context:
> http://www.nabble.com/Lists-of-Lists-t1245394.html#a3297506 Sent from the
> Haskell - Haskell-Cafe forum at Nabble.com.
>
Use concat and (!!) ?

Cheers,
Daniel

-- 

"In My Egotistical Opinion, most people's C programs should be
indented six feet downward and covered with dirt."
	-- Blair P. Houghton



More information about the Haskell-Cafe mailing list