Remove unused functional update procedure.
This commit is contained in:
parent
6a35b94f34
commit
a9921675ba
1 changed files with 0 additions and 7 deletions
|
@ -46,8 +46,6 @@
|
|||
ldict-filter
|
||||
ldict-reduce
|
||||
|
||||
ldict-update
|
||||
|
||||
ldict-tests!
|
||||
)
|
||||
|
||||
|
@ -201,11 +199,6 @@
|
|||
(loop (cdr pairs)
|
||||
(proc acc (caar pairs) (cdar pairs))))))
|
||||
|
||||
;; Functional update
|
||||
(define (dict-update d k proc . dfls)
|
||||
(dict-set d k
|
||||
(proc (apply dict-ref d k dfls))))
|
||||
|
||||
;; Performs self-tests of the dictionary module.
|
||||
(define (ldict-tests!)
|
||||
(run-tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue