Try using the new ldict implementation.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:15:01 +02:00
parent fd927e3569
commit b40cc72281
14 changed files with 25 additions and 34 deletions

View file

@ -33,7 +33,6 @@
(import scheme
listing
util-dict-list
cal-month
cal-period
cal-day
@ -58,7 +57,6 @@
(define (run-all-tests!)
(listing-tests!)
(lset-tests!)
(ldict-tests!)
(util-bst-tests!)
(cal-month-tests!)
(cal-period-tests!)