ross 2003/01/29 06:32:06 PST Modified files: libraries/Hugs ST.hs Log: change unsafeIOToST (in the strict ST monad) to sequence IO operations with ST ones, e.g. runST (unsafeIOToST (putStrLn "foo") >> return ()) should produce output. Revision Changes Path 1.9 +1 -1 hugs98/libraries/Hugs/ST.hs