The value-supply package
This library can be used to generate values (for example, new names) without the need to thread state. This means that functions that need to generate new values only need a supply object as an argument, and they do not need to return a new supply object as a result. This decreases the number of data-dependencies in a program, which makes it easier to exploit parallelism. The technique for generating new values is based on the paper ''On Generating Unique Names'' by Lennart Augustsson, Mikael Rittri, and Dan Synek.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Dependencies | base (≥4.0.0.0 & <5.0.0.0) |
| License | BSD3 |
| Author | Iavor S. Diatchki |
| Maintainer | iavor.diatchki@gmail.com |
| Category | Data |
| Upload date | Fri Mar 18 17:23:54 UTC 2011 |
| Uploaded by | IavorDiatchki |
| Built on | ghc-7.0, ghc-7.2 |
Modules
- Data
Downloads
- value-supply-0.6.tar.gz (Cabal source package)
- package description (included in the package)