commit eacc4fdc750bbe6b3f1b40782f5191b498297889
parent 6c8925c1eea0459ce01e390632034d778222e8ac
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 13 Apr 2017 19:11:54 +0200
Updated README
Diffstat:
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/README.md b/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.
+\ No newline at end of file