[project @ 1997-11-17 13:55:04 by simonm]
authorsimonm <unknown>
Mon, 17 Nov 1997 13:55:04 +0000 (13:55 +0000)
committersimonm <unknown>
Mon, 17 Nov 1997 13:55:04 +0000 (13:55 +0000)
export runST and fixST.

ghc/lib/glaExts/ST.lhs

index 3e5220f..ed3474d 100644 (file)
@@ -10,6 +10,9 @@ module ST (
 
        ST,
 
+       runST,                          -- :: (All s => ST s a) -> a
+       fixST,                          -- :: (a -> ST s a) -> ST s a
+
        unsafeInterleaveST,
 
         -- ST is one, so you'll likely need some Monad bits