cvs commit: hugs98/libraries/Hugs ST.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 29 Jan 2003 06:32:06 -0800


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