A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
Georges Dupéron e9089b872c Initial commit
2017-04-13 18:37:37 +02:00
scribblings Initial commit 2017-04-13 18:37:37 +02:00
.gitignore Initial commit 2017-04-13 18:37:37 +02:00
.travis.yml Initial commit 2017-04-13 18:37:37 +02:00
experiment.rkt Initial commit 2017-04-13 18:37:37 +02:00
info.rkt Initial commit 2017-04-13 18:37:37 +02:00
LICENSE-more.md Initial commit 2017-04-13 18:37:37 +02:00
LICENSE.txt Initial commit 2017-04-13 18:37:37 +02:00
main.rkt Initial commit 2017-04-13 18:37:37 +02:00
README.md Initial commit 2017-04-13 18:37:37 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation. License: CC0 v1.0.

delay-pure

Non-cached promises for Typed/Racket, like delay/name. Should be sound for occurrence typing (unlike delay/name) because only pure functions are allowed.