2006/6/20, Taro Ikai <[EMAIL PROTECTED]>:
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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
