summaryrefslogtreecommitdiffstats
path: root/srfi/225/core-exports.scm
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
committerGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
commit893d428b931c31b05d2c685a8683ed1e26ff3e86 (patch)
tree15f23eaf907b4ecdd45e9cdb0fd7f4346816e084 /srfi/225/core-exports.scm
parentFinalize. (diff)
parentupdated my repo (diff)
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to 'srfi/225/core-exports.scm')
-rw-r--r--srfi/225/core-exports.scm24
1 files changed, 12 insertions, 12 deletions
diff --git a/srfi/225/core-exports.scm b/srfi/225/core-exports.scm
index 90e2992..a3dab1d 100644
--- a/srfi/225/core-exports.scm
+++ b/srfi/225/core-exports.scm
@@ -12,19 +12,19 @@
dict-comparator
;; mutation
- dict-set
- dict-adjoin
- dict-delete
- dict-delete-all
- dict-replace
- dict-intern
- dict-update
- dict-update/default
- dict-pop
+ dict-set!
+ dict-adjoin!
+ dict-delete!
+ dict-delete!-all!
+ dict-replace!
+ dict-intern!
+ dict-update!
+ dict-update!/default!
+ dict-pop!
dict-map
dict-filter
dict-remove
- dict-find-update
+ dict-find-update!
;; whole dictionary
dict-size
@@ -41,8 +41,8 @@
;; iteration
dict-for-each
dict->generator
- dict-set-accumulator
- dict-adjoin-accumulator
+ dict-set!-accumulator
+ dict-adjoin!-accumulator
;; dictionary type descriptors
dto?