
26 Jan
2004
26 Jan
'04
2:35 a.m.
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