Update last doc.

This commit is contained in:
Dominik Pantůček 2023-07-07 10:57:15 +02:00
parent 005c2c1cf1
commit 276e60b883
2 changed files with 2 additions and 3 deletions

View file

@ -552,4 +552,4 @@ Converts list of pairs into BST dictionary.
proc
(v #f))
Functional update with optional default value (defaults to #f).

View file

@ -16,7 +16,6 @@
bst-set
bst-remove
;; bst-update
bst-keys
@ -352,7 +351,7 @@
(cons EQ? <?))))))
(define*/doc (bst-update bst k proc (v #f))
("")
("Functional update with optional default value (defaults to #f).")
(let-comparators
(EQ? <? bst)
(let-values (((new-root add-count)