Non-cached promises for Typed/Racket, like delay/name, but safe because only pure functions are allowed. Only a subset of Racket's functions is allowed.
Go to file
2017-04-13 18:24:48 +02:00
private Squashed old commits. 2017-03-31 20:02:15 +02:00
scribblings Squashed old commits. 2017-03-31 20:02:15 +02:00
test Squashed old commits. 2017-03-31 20:02:15 +02:00
.gitignore Squashed old commits. 2017-03-31 20:02:15 +02:00
.travis.yml Squashed old commits. 2017-03-31 20:02:15 +02:00
info.rkt Squashed old commits. 2017-03-31 20:02:15 +02:00
LICENSE-more.md Fixed name of project in license file 2017-04-13 18:24:48 +02:00
LICENSE.txt Squashed old commits. 2017-03-31 20:02:15 +02:00
main.rkt Squashed old commits. 2017-03-31 20:02:15 +02:00
README.md Squashed old commits. 2017-03-31 20:02:15 +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.