summaryrefslogtreecommitdiffstats
path: root/srfi/225/srfi-146-impl.sld
diff options
context:
space:
mode:
authorGravatar John Cowan 2022-09-21 16:13:05 -0400
committerGravatar John Cowan 2022-09-21 16:13:05 -0400
commit4653e001940b9720d3f9b10ce8f1362a177c33d2 (patch)
treedfd55a47b54f85c984cae6b7b7aa9718af79c0d1 /srfi/225/srfi-146-impl.sld
parenteditorial (diff)
Added ! to all updaters
Diffstat (limited to 'srfi/225/srfi-146-impl.sld')
-rw-r--r--srfi/225/srfi-146-impl.sld20
1 files changed, 10 insertions, 10 deletions
diff --git a/srfi/225/srfi-146-impl.sld b/srfi/225/srfi-146-impl.sld
index d9577b4..3acb4b9 100644
--- a/srfi/225/srfi-146-impl.sld
+++ b/srfi/225/srfi-146-impl.sld
@@ -57,18 +57,18 @@
dict-contains?-id (prep-dto-arg mapping-contains?)
dict-ref-id (prep-dto-arg mapping-ref)
dict-ref/default-id (prep-dto-arg mapping-ref/default)
- dict-set-id (prep-dto-arg mapping-set)
- dict-adjoin-id (prep-dto-arg mapping-adjoin)
- dict-delete-id (prep-dto-arg mapping-delete)
- dict-delete-all-id (prep-dto-arg mapping-delete-all)
- dict-replace-id (prep-dto-arg mapping-replace)
- dict-intern-id (prep-dto-arg mapping-intern)
- dict-update-id (prep-dto-arg mapping-update)
- dict-update/default-id (prep-dto-arg mapping-update/default)
- dict-pop-id (prep-dto-arg mapping-pop)
+ dict-set!-id (prep-dto-arg mapping-set)
+ dict-adjoin!-id (prep-dto-arg mapping-adjoin)
+ dict-delete!-id (prep-dto-arg mapping-delete)
+ dict-delete!-all!-id (prep-dto-arg mapping-delete-all)
+ dict-replace!-id (prep-dto-arg mapping-replace)
+ dict-intern!-id (prep-dto-arg mapping-intern)
+ dict-update!-id (prep-dto-arg mapping-update)
+ dict-update!/default!-id (prep-dto-arg mapping-update/default)
+ dict-pop!-id (prep-dto-arg mapping-pop)
dict-filter-id (prep-dto-arg mapping-filter)
dict-remove-id (prep-dto-arg mapping-remove)
- dict-find-update-id mapping-find-update*
+ dict-find-update!-id mapping-find-update*
dict-size-id (prep-dto-arg mapping-size)
dict-count-id (prep-dto-arg mapping-count)
dict-keys-id (prep-dto-arg mapping-keys)