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
2021-02-26 02:57:48 +00:00
private Temporary hack: allow unsafe-undefined 2018-06-03 12:29:28 +02:00
scribblings Docs: define can be either from typed/racket or type-expander 2018-06-02 21:08:41 +02:00
test Temporary hack: allow unsafe-undefined 2018-06-03 12:29:28 +02:00
.gitignore Squashed old commits. 2017-03-31 20:02:15 +02:00
.travis.yml Add more versions to the Travis build 2021-02-26 02:57:48 +00:00
info.rkt Added missing dependency on version-case 2018-06-03 12:47:48 +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 Updated maintenance badge for 2018 2018-01-27 12:35:12 +01:00

Build Status, Coverage Status, Build Stats, Online Documentation. Maintained as of 2018, 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.