Fix missing exports.
This commit is contained in:
parent
b40cc72281
commit
979615ddfd
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,18 @@
|
||||||
util-bst-ldict
|
util-bst-ldict
|
||||||
#:doc ("Reimplementation of old list-based symbol dictionary using new BST backend.")
|
#: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
|
(import scheme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue