diff options
| author | 2022-09-21 21:56:51 -0700 | |
|---|---|---|
| committer | 2022-09-21 21:56:51 -0700 | |
| commit | 893d428b931c31b05d2c685a8683ed1e26ff3e86 (patch) | |
| tree | 15f23eaf907b4ecdd45e9cdb0fd7f4346816e084 /srfi/225/srfi-69-impl.sld | |
| parent | Finalize. (diff) | |
| parent | updated my repo (diff) | |
Merge remote-tracking branch 'johnwcowan/master'
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*)))) |
