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-126-impl.sld | |
| parent | Finalize. (diff) | |
| parent | updated my repo (diff) | |
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to 'srfi/225/srfi-126-impl.sld')
| -rw-r--r-- | srfi/225/srfi-126-impl.sld | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/srfi/225/srfi-126-impl.sld b/srfi/225/srfi-126-impl.sld index 5acc2cc..9b9fd74 100644 --- a/srfi/225/srfi-126-impl.sld +++ b/srfi/225/srfi-126-impl.sld @@ -118,15 +118,15 @@ dict-contains?-id (prep-dto-arg t126-hashtable-contains?) dict-ref-id t126-hashtable-ref* dict-ref/default-id t126-hashtable-ref/default* - dict-set-id t126-hashtable-set* - dict-delete-all-id t126-hashtable-delete-all* - dict-intern-id t126-hashtable-intern* - dict-update/default-id t126-hashtable-update/default* - dict-pop-id t126-hashtable-pop* + dict-set!-id t126-hashtable-set* + dict-delete!-all!-id t126-hashtable-delete-all* + dict-intern!-id t126-hashtable-intern* + dict-update!/default!-id t126-hashtable-update/default* + dict-pop!-id t126-hashtable-pop* dict-map-id t126-hashtable-update-all* dict-filter-id t126-hashtable-filter* dict-remove-id t126-hashtable-remove* - dict-find-update-id t126-hashtable-find-update* + dict-find-update!-id t126-hashtable-find-update* dict-size-id (prep-dto-arg t126-hashtable-size) dict-keys-id t126-hashtable-keys* dict-values-id t126-hashtable-values* |
