
9 May
2010
9 May
'10
7:30 p.m.
I think, yes your function looks close to typical Haskell, you're just missing a "do", a pair of parentheses, and an "IO":
Sorry, I'd definitely intended the 'do' to be there.
interact :: String -> IO Resp
Thanks Isaac; so after I've called this how do I get the Resp value back out of the returned IO? Regards, --kov