Asumu Takikawa
|
a22633e348
|
Rename generics => generic.
|
2012-05-24 16:51:14 -04:00 |
|
Vincent St-Amour
|
f11861f60a
|
Have method definitions be its own keyword in the struct form.
Struct properties are hidden from users.
|
2012-05-24 16:51:08 -04:00 |
|
Vincent St-Amour
|
3bfaa2b00b
|
New naming convention for generics names.
|
2012-05-24 16:51:07 -04:00 |
|
Vincent St-Amour
|
448ad27a37
|
Move generics to racket/generics.
After discussion with Eli.
|
2012-05-24 16:50:42 -04:00 |
|
Vincent St-Amour
|
a68242e4eb
|
Implement ordered dicts in terms of generics.
|
2012-05-24 16:31:32 -04:00 |
|
Ryan Culpepper
|
c7f86d276c
|
removed useless requires
|
2011-09-27 19:28:44 -06:00 |
|
Ryan Culpepper
|
e38b12e3e0
|
Removed incorrect uses of ->i underscores
|
2010-10-22 15:30:24 -06:00 |
|
Ryan Culpepper
|
0d76f8ecbf
|
added data/order, docs
changed splay-tree, skip-list constructors to take orders
|
2010-09-17 16:54:54 -06:00 |
|
Ryan Culpepper
|
076bba5ee9
|
restricted interval-map interface, simplified code, based on splay-trees
removed old, awful skip-list iteration-mutation procedures
updated skip-lists
|
2010-09-17 16:54:53 -06:00 |
|
Ryan Culpepper
|
1a03a47842
|
updated splay-tree & skip-list interfaces, docs, tests, performance tests
|
2010-09-16 13:20:07 -06:00 |
|
Ryan Culpepper
|
19be445d89
|
contracts for gvector, skip-list
reorganized tests
|
2010-09-16 13:20:06 -06:00 |
|
Ryan Culpepper
|
ae645a18c1
|
added dict-*-contract to racket/dict
added experimental ordered-dict generics (not public yet, no docs)
|
2010-09-14 12:31:26 -06:00 |
|
Sam Tobin-Hochstadt
|
0635fc6d75
|
Create data/ collection.
- Initially populated with queues, skip-lists, and interval-maps from unstable/
- Tests in tests/data, docs in data/scribblings
|
2010-08-26 18:22:28 -04:00 |
|