www

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

commit dbc24e5e2a4b4bba8e407f1a833987176d9b929c
parent f1c0501c6b79de5009ffc1ab02c1fed4d49f3ed5
Author: Sam Tobin-Hochstadt <samth@racket-lang.org>
Date:   Thu, 26 Aug 2010 18:13:46 -0400

Create data/ collection.

 - Initially populated with queues, skip-lists, and interval-maps from unstable/
 - Tests in tests/data, docs in data/scribblings

original commit: 0635fc6d7542ea412e4586ca6ca051fdd2d91adb

Diffstat:
Mcollects/macro-debugger/syntax-browser/text.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/macro-debugger/syntax-browser/text.rkt b/collects/macro-debugger/syntax-browser/text.rkt @@ -4,7 +4,7 @@ racket/gui drracket/arrow framework/framework - unstable/interval-map + data/interval-map unstable/gui/notify "interfaces.rkt")