Update last doc.
This commit is contained in:
parent
005c2c1cf1
commit
276e60b883
2 changed files with 2 additions and 3 deletions
|
@ -552,4 +552,4 @@ Converts list of pairs into BST dictionary.
|
|||
proc
|
||||
(v #f))
|
||||
|
||||
|
||||
Functional update with optional default value (defaults to #f).
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue