A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
2017-04-13 18:45:23 +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 Added missing dependencies 2017-04-13 18:45:23 +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.