[Haskell-cafe] Converting String

Alex Gontcharov alexg005 at hotmail.com
Mon Jan 26 18:05:16 EST 2004


Hi,

I'm fairly new to Haskell, I'd like to know how to convert
a list of Strings of type IO [String] to Int.
I used map read p, where p is a list of IO Strings ["1", "2"]

Thanks


More information about the Haskell-Cafe mailing list