Skip to content
Snippets Groups Projects
Commit 13bd5f86 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-17 13:55:04 by simonm]

export runST and fixST.
parent c5394ad4
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment