@hackage tuple-gen1.0
Generating all n-tuples without getting stuck in one infinity
Categories
License
BSD-3-Clause
Maintainer
Tillmann.Vogt@rwth-aachen.de
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/collada-types, @hackage/acme-everything
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.