Updated README
This commit is contained in:
parent
6c8925c1ee
commit
eacc4fdc75
17
README.md
17
README.md
|
@ -1,11 +1,12 @@
|
|||
[](https://travis-ci.org/jsmaniac/delay-pure)
|
||||
[](https://coveralls.io/github/jsmaniac/delay-pure)
|
||||
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/delay-pure)
|
||||
[](http://docs.racket-lang.org/delay-pure/)
|
||||
[](https://travis-ci.org/jsmaniac/typed-worklist)
|
||||
[](https://coveralls.io/github/jsmaniac/typed-worklist)
|
||||
[](http://jsmaniac.github.io/travis-stats/#jsmaniac/typed-worklist)
|
||||
[](http://docs.racket-lang.org/typed-worklist/)
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
delay-pure
|
||||
==========
|
||||
Typed Worklist
|
||||
==============
|
||||
|
||||
Non-cached promises for Typed/Racket, like delay/name. Should be sound for
|
||||
occurrence typing (unlike delay/name) because only pure functions are allowed.
|
||||
A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.
|
||||
|
||||
Currently a work in progress.
|
Loading…
Reference in New Issue
Block a user