tuple-gen: Generating all n-tuples without getting stuck in one infinity
Generating tuples like this: [(x, y) | x <- [1..], y <- [1..]] generates tuples that change only in the second position. This library uses an automata to generate all tuples whose sum of digits is constant. This constant is increased and thereby all tuples are generated.
Downloads
- tuple-gen-1.0.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] | 1.0, 1.1, 2.0 |
---|---|
Dependencies | base (>=4 && <5) [details] |
License | BSD-3-Clause |
Author | Tillmann Vogt |
Maintainer | Tillmann.Vogt@rwth-aachen.de |
Category | Data |
Uploaded | by TillmannVogt at 2011-01-18T18:58:26Z |
Distributions | |
Reverse Dependencies | 2 direct, 25 indirect [details] |
Downloads | 2476 total (1 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] |