[project @ 1997-12-04 14:56:39 by simonm]
[ghc-hetmet.git] / ghc / lib / glaExts / ST.lhs
index f58832a..1df58dc 100644 (file)
@@ -29,7 +29,7 @@ module ST (
     ) where
 
 import ArrBase
-import Unsafe   ( unsafeInterleaveST )
+import UnsafeST
 import STBase
 import PrelBase        ( Eq(..), Int, Bool, ($), ()(..) )
 import Monad