
6 May
2005
6 May
'05
10:05 a.m.
Am Freitag, 6. Mai 2005 15:48 schrieb Michael Onofruk:
Hi! From this "monster" [([Int],Char)] I need to get Char variable. How do I do this? Or in general - how does this works in Haskell?
Which Char do you want? map snd will give you [Char]. If you want one Char (depending on the accompanying [Int]), you might want something like lookup or find from Data.List Cheers, Daniel
Cheers, M.
Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe