Use new BST-backet lset implementation.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:52:32 +02:00
parent 684cc7d7f8
commit 5a1d5ee841
4 changed files with 22 additions and 21 deletions

View file

@ -590,3 +590,9 @@ Reimplementation of old number-only BST dictionary.
(import util-bst-ldict)
Reimplementation of old list-based symbol dictionary using new BST backend.
## util-bst-lset [module]
(import util-bst-lset)
Reimplementation of old lset using new BST backend.