Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
833ba659
Commit
833ba659
authored
Aug 24, 2012
by
Simon Marlow
Browse files
add pointers to Data.STRef and Data.Array.ST (#7182)
parent
daa75ea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/Control/Monad/ST.hs
View file @
833ba659
...
...
@@ -14,6 +14,10 @@
-- described in the PLDI \'94 paper by John Launchbury and Simon Peyton
-- Jones /Lazy Functional State Threads/.
--
-- References (variables) that can be used within the @ST@ monad are
-- provided by "Data.STRef", and arrays are provided by
-- "Data.Array.ST".
-----------------------------------------------------------------------------
module
Control.Monad.ST
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment