Fix missing exports.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:16:37 +02:00
parent b40cc72281
commit 979615ddfd

View file

@ -7,6 +7,18 @@
util-bst-ldict
#:doc ("Reimplementation of old list-based symbol dictionary using new BST backend.")
(
make-ldict
ldict?
ldict-empty?
ldict-contains?
ldict-ref
ldict-remove
ldict-set
ldict-keys
ldict-map
ldict-filter
ldict-reduce
ldict-equal?
)
(import scheme