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
Suzanne Soy 919a52ef18
Merge pull request #2 from capfredf/fix-types
replace Promise with (Promise Any) due to kinding
2022-01-19 16:05:33 +00:00
private replace Promise with (Promise Any) due to kinding 2021-11-30 18:33:00 -05:00
scribblings Changed my name :) 2021-02-26 03:09:13 +00: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 Turn off coverage in older versions 2021-02-26 16:27:29 +00:00
info.rkt Fixed syntax 2021-03-04 21:29:07 +00:00
LICENSE-more.md Changed my name :) 2021-02-26 03:09:13 +00: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 Renamed main branch 2021-04-04 07:22:20 +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.