unsafeSTToIO

"Iavor Diatchki" <[email protected]> Tue, 28 Mar 2006 10:24:55 -0800
Newsgroups gmane.comp.lang.haskell.hugs.bugs
Message-ID <[email protected]>
Hello,
loading "Control.Monad.ST" causes an error,
because it exports an undefined name:
unsafeSTToIO         -- :: ST s a -> IO a
If I comment out the export, things appear to work.
-Iavor