Memoization using Lazy Infinite trees indexed by natural numbers
Find a file
2025-10-08 16:17:46 +02:00
bench Fix all cabal check warnings, add benchmarks 2025-10-06 17:04:16 +02:00
doc Point to the documentation, add a graphviz tree 2025-10-08 11:58:05 +02:00
src/Data Improve the documentation and fix the haddock 2025-10-08 16:17:46 +02:00
.gitignore Implementation and Documentation 2025-05-02 22:27:45 +02:00
CHANGELOG.md Implementation and Documentation 2025-05-02 22:27:45 +02:00
Infinitree.cabal Add version bounds to containers and infinite-list 2025-10-08 15:32:05 +02:00
LICENSE Initial commit 2025-05-02 22:25:23 +02:00
package.yaml Add version bounds to containers and infinite-list 2025-10-08 15:32:05 +02:00
README.md Merge branch 'trunk' of https://git.jossco.de/VegOwOtenks/Infinitree into trunk 2025-05-02 22:28:59 +02:00
Setup.hs Implementation and Documentation 2025-05-02 22:27:45 +02:00
stack.yaml Update bounds, export specialised index function 2025-10-08 12:56:39 +02:00
stack.yaml.lock Update bounds, export specialised index function 2025-10-08 12:56:39 +02:00

Infinitree

Memoization using Lazy Infinite trees indexed by natural numbers