Work on functional updates.

This commit is contained in:
Dominik Pantůček 2023-07-07 10:19:43 +02:00
parent d756c8e47a
commit c234f883bd
4 changed files with 28 additions and 3 deletions

View file

@ -14,6 +14,7 @@
bdict-keys
bdict-map-list
bdict-map-dict
bdict-update
)
(import scheme
@ -39,4 +40,6 @@
(define bdict-map-dict bst-map-bst)
(define bdict-update bst-update)
)