summaryrefslogtreecommitdiffstats
path: root/srfi/225/srfi-146-hash-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-hash-impl.sld
parenteditorial (diff)
Added ! to all updaters
Diffstat (limited to 'srfi/225/srfi-146-hash-impl.sld')
-rw-r--r--srfi/225/srfi-146-hash-impl.sld20
1 files changed, 10 insertions, 10 deletions
diff --git a/srfi/225/srfi-146-hash-impl.sld b/srfi/225/srfi-146-hash-impl.sld
index 82dc769..d29bffc 100644
--- a/srfi/225/srfi-146-hash-impl.sld
+++ b/srfi/225/srfi-146-hash-impl.sld
@@ -56,18 +56,18 @@
dict-contains?-id (prep-dto-arg hashmap-contains?)
dict-ref-id (prep-dto-arg hashmap-ref)
dict-ref/default-id (prep-dto-arg hashmap-ref/default)
- dict-set-id (prep-dto-arg hashmap-set)
- dict-adjoin-id (prep-dto-arg hashmap-adjoin)
- dict-delete-id (prep-dto-arg hashmap-delete)
- dict-delete-all-id (prep-dto-arg hashmap-delete-all)
- dict-replace-id (prep-dto-arg hashmap-replace)
- dict-intern-id (prep-dto-arg hashmap-intern)
- dict-update-id (prep-dto-arg hashmap-update)
- dict-update/default-id (prep-dto-arg hashmap-update/default)
- dict-pop-id (prep-dto-arg hashmap-pop)
+ dict-set!-id (prep-dto-arg hashmap-set)
+ dict-adjoin!-id (prep-dto-arg hashmap-adjoin)
+ dict-delete!-id (prep-dto-arg hashmap-delete)
+ dict-delete!-all!-id (prep-dto-arg hashmap-delete-all)
+ dict-replace!-id (prep-dto-arg hashmap-replace)
+ dict-intern!-id (prep-dto-arg hashmap-intern)
+ dict-update!-id (prep-dto-arg hashmap-update)
+ dict-update!/default!-id (prep-dto-arg hashmap-update/default)
+ dict-pop!-id (prep-dto-arg hashmap-pop)
dict-filter-id (prep-dto-arg hashmap-filter)
dict-remove-id (prep-dto-arg hashmap-remove)
- dict-find-update-id hashmap-find-update*
+ dict-find-update!-id hashmap-find-update*
dict-size-id (prep-dto-arg hashmap-size)
dict-count-id (prep-dto-arg hashmap-count)
dict-keys-id (prep-dto-arg hashmap-keys)