12 Oct
2001
12 Oct
'01
4:20 a.m.
At 2001-10-11 11:55, Sebastian Schulz wrote:
I need to extract an IO String to String.
No!!! Don't do it. Make the final result of your Haskell calculation be an "IO String". Then when you have a look at it, it will be automatically executed and you'll see the String. -- Ashley Yakeley, Seattle WA