Work on bst-equal implementation.

This commit is contained in:
Dominik Pantůček 2023-07-07 12:00:47 +02:00
parent f5e7dfe055
commit 1d9edaa320
2 changed files with 47 additions and 0 deletions

View file

@ -571,6 +571,14 @@ accept two arguments.
Like generic reduce, the proc gets accumulator, key and value
arguments.
### bst-equal? [procedure]
(bst-equal? b1
b2
(equality? equal?))
Returns true if both BSTs contain the same keys and values.
## util-bst-bdict [module]
(import util-bst-bdict)