stream-monad: Simple, Fair and Terminating Backtracking Monad
This Haskell library provides an implementation of the MonadPlus type class that enumerates results of a non-deterministic computation by interleaving subcomputations in a way that has usually much better memory performance than other strategies with the same termination properties.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
benchmarks | Build executable to run benchmarks | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- stream-monad-0.4.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.1.0, 0.2, 0.3, 0.4, 0.4.0.1, 0.4.0.2 |
---|---|
Dependencies | base (>=3 && <5), criterion (>=0.5 && <0.7), logict (>=0.4 && <0.6) [details] |
License | BSD-3-Clause |
Author | Oleg Kiselyov, Sebastian Fischer |
Maintainer | Sebastian Fischer (fischer@nii.ac.jp) |
Category | Control, Monads |
Home page | http://github.com/sebfisch/stream-monad |
Bug tracker | http://github.com/sebfisch/stream-monad/issues |
Source repo | head: git clone git://github.com/sebfisch/stream-monad.git |
Uploaded | by SebastianFischer at 2012-09-10T17:38:11Z |
Distributions | |
Reverse Dependencies | 4 direct, 3 indirect [details] |
Executables | stream-monad-benchmarks |
Downloads | 6407 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |