
20 Jun
2006
20 Jun
'06
5:26 a.m.
2006/6/20, Taro Ikai
Sebastian,
Thanks for your help. I learned two things:
o show is not an action, but a function. Using it in the interactive mode of GHCI was making me confused.
hi, in ghci, if I want to see the result of an IO action, I do this ghci> x <- myIOAction ghci> x I dont know if it s the right way but it works.. mt