Add unsafeSTToIO :: ST s a -> IO a
authorSimon Marlow <simonmar@microsoft.com>
Wed, 15 Mar 2006 16:02:32 +0000 (16:02 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 15 Mar 2006 16:02:32 +0000 (16:02 +0000)
commit4f72c9cd9f46ff4f42ba1c48f7847190c41542c4
treee3cabde9e57e185d211cc5cb81a961387887aa54
parenta95a7aec32031841464888cd661b9cc7bdf88608
Add unsafeSTToIO :: ST s a -> IO a
Implementation for Hugs is missing, but should be easy.  We need this
for the forthcoming nested data parallelism implementation.
Control/Monad/ST.hs
GHC/IOBase.lhs