Control-Monad-ST2
The ST2 monad is like the ST monad, but with finer-grained control over access to mutable state. The phantom type parameters r and w are used to track the read and write dependencies of the computation. If a computation of type ST2 r w a is polymorphic in w then it does not write any external state. If it is also polymorphic in r then it does not read any external state.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
almost 13 years ago
0.1.0.1
almost 13 years ago
Versions
1
1
Downloads
1,564 total
1,564 total
No dependent packages found.
Past Dependents
Include Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Filter
Filter by Kind
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/Control-Monad-ST2
spec |
| License | BSD-3-Clause |
| First Release | almost 13 years ago |
| Last Synced | 8 days ago |
Repository
| Stars | 0 on GitHub |
| Forks | 2 on GitHub |