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-125-impl.sld | |
| parent | Finalize. (diff) | |
| parent | updated my repo (diff) | |
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to 'srfi/225/srfi-125-impl.sld')
| -rw-r--r-- | srfi/225/srfi-125-impl.sld | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/srfi/225/srfi-125-impl.sld b/srfi/225/srfi-125-impl.sld index a987787..a406fe0 100644 --- a/srfi/225/srfi-125-impl.sld +++ b/srfi/225/srfi-125-impl.sld @@ -129,16 +129,16 @@ dict-contains?-id t125-hash-table-contains?* dict-ref-id t125-hash-table-ref* dict-ref/default-id t125-hash-table-ref/default* - dict-set-id t125-hash-table-set* - dict-delete-all-id t125-hash-table-delete-all* - dict-intern-id t125-hash-table-intern* - dict-update-id t125-hash-table-update* - dict-update/default-id t125-hash-table-update/default* - dict-pop-id t125-hash-table-pop* + dict-set!-id t125-hash-table-set* + dict-delete!-all!-id t125-hash-table-delete-all* + dict-intern!-id t125-hash-table-intern* + dict-update!-id t125-hash-table-update* + dict-update!/default!-id t125-hash-table-update/default* + dict-pop!-id t125-hash-table-pop* dict-map-id t125-hash-table-map* dict-filter-id t125-hash-table-filter* dict-remove-id t125-hash-table-remove* - dict-find-update-id t125-hash-table-find-update* + dict-find-update!-id t125-hash-table-find-update* dict-size-id t125-hash-table-size* dict-keys-id t125-hash-table-keys* dict-values-id t125-hash-table-values* |
