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
|
proc
|
||||||
(v #f))
|
(v #f))
|
||||||
|
|
||||||
|
Functional update with optional default value (defaults to #f).
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
bst-set
|
bst-set
|
||||||
bst-remove
|
bst-remove
|
||||||
;; bst-update
|
|
||||||
|
|
||||||
bst-keys
|
bst-keys
|
||||||
|
|
||||||
|
@ -352,7 +351,7 @@
|
||||||
(cons EQ? <?))))))
|
(cons EQ? <?))))))
|
||||||
|
|
||||||
(define*/doc (bst-update bst k proc (v #f))
|
(define*/doc (bst-update bst k proc (v #f))
|
||||||
("")
|
("Functional update with optional default value (defaults to #f).")
|
||||||
(let-comparators
|
(let-comparators
|
||||||
(EQ? <? bst)
|
(EQ? <? bst)
|
||||||
(let-values (((new-root add-count)
|
(let-values (((new-root add-count)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue