A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.
Go to file
2017-04-21 14:02:48 +02:00
scribblings Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
test Moved implementation to main.rkt (part 2: update) + documentation 2017-04-20 18:31:35 +02:00
.gitignore Initial commit 2017-04-13 18:37:37 +02:00
.travis.yml Intersection types are present only in Racket versions 6.6 and above 2017-04-13 19:12:37 +02:00
info.rkt Updated description 2017-04-20 20:48:01 +02:00
LICENSE-more.md Initial commit 2017-04-13 18:37:37 +02:00
LICENSE.txt Initial commit 2017-04-13 18:37:37 +02:00
main.rkt Do not provide worklist-function directly, only provide the wrapper macro. 2017-04-20 19:54:33 +02:00
README.md Changed badge URL to CodeCov 2017-04-21 14:02:48 +02:00

Build Status, Coverage Status, Build Stats, Online Documentation. Maintained as of 2017, License: CC0 v1.0.

Typed Worklist

A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.