On 2001-07-16T09:48:46-0700, Simon Peyton-Jones wrote: > Here's an example: > f x = do { "c" ; putStrLn "x"; return () } Would asIO :: IO a -> IO a asIO = id help here? -- Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig See the sun in the midst of the rain. Scoop clear water from the heart of the fire.
- do's and error messages George Russell
- RE: do's and error messages Simon Peyton-Jones
- Ken Shan