diff options
| author | 2022-09-21 16:13:05 -0400 | |
|---|---|---|
| committer | 2022-09-21 16:13:05 -0400 | |
| commit | 4653e001940b9720d3f9b10ce8f1362a177c33d2 (patch) | |
| tree | dfd55a47b54f85c984cae6b7b7aa9718af79c0d1 /srfi/225/srfi-69-impl.sld | |
| parent | editorial (diff) | |
Added ! to all updaters
Diffstat (limited to '')
| -rw-r--r-- | srfi/225/srfi-69-impl.sld | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/srfi/225/srfi-69-impl.sld b/srfi/225/srfi-69-impl.sld index 6d04e4e..be4c6db 100644 --- a/srfi/225/srfi-69-impl.sld +++ b/srfi/225/srfi-69-impl.sld @@ -94,10 +94,10 @@ dict-pure?-id t69-hash-table-pure?* dict-ref-id t69-hash-table-ref* dict-ref/default-id (prep-dto-arg t69-hash-table-ref/default) - dict-set-id t69-hash-table-set!* - dict-delete-all-id t69-hash-table-delete-all!* + dict-set!-id t69-hash-table-set!* + dict-delete!-all!-id t69-hash-table-delete-all!* dict-contains?-id (prep-dto-arg t69-hash-table-exists?) - dict-update/default-id t69-hash-table-update!/default* + dict-update!/default!-id t69-hash-table-update!/default* dict-size-id (prep-dto-arg t69-hash-table-size) dict-keys-id (prep-dto-arg t69-hash-table-keys) dict-values-id (prep-dto-arg t69-hash-table-values) @@ -105,5 +105,5 @@ dict-filter-id t69-hash-table-filter!* dict-fold-id t69-hash-table-fold* dict->alist-id (prep-dto-arg t69-hash-table->alist) - dict-find-update-id t69-hash-table-find-update!* + dict-find-update!-id t69-hash-table-find-update!* dict-comparator-id t69-hash-table-comparator*)))) |
