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
2018-06-02 21:08:41 +02:00
private Improve srcloc of error messages on λ 2017-05-20 02:57:48 +02:00
scribblings Docs: define can be either from typed/racket or type-expander 2018-06-02 21:08:41 +02:00
test Fixed issue with recursive functions defined with define-pure/stateless and define-pure/stateful 2017-05-19 04:16:26 +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.