www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a28563446f595a8b3486a640bb576cb68aeac713
parent 311d0ef9c4f3800a8df603cd5a4224dd5c5f489a
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 20 Apr 2017 20:48:01 +0200

Updated description

Diffstat:
MREADME.md | 3++-
Minfo.rkt | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -8,4 +8,4 @@ Typed Worklist ============== -A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types. +A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types. +\ No newline at end of file diff --git a/info.rkt b/info.rkt @@ -8,6 +8,6 @@ (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/typed-worklist.scrbl" () ("typed-racket")))) -(define pkg-desc "A Typed/Racket implementation of Kildall's worklist algorithm, with multiple worklists of different types.") +(define pkg-desc "A Typed Racket implementation of a general-purpose worklist, with multiple worklists of different types.") (define version "0.1") (define pkg-authors '("Georges Dupéron"))