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
Georges Dupéron 559e5b7075 Temporary hack: allow unsafe-undefined
We should really roll our own optional-arguments mechanism, to prevent that value from causing issues
2018-06-03 12:29:28 +02: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 Fixed raco test command (-x -> -r) 2018-05-31 19:54:53 +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 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.