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-146-impl.sld | |
| parent | Finalize. (diff) | |
| parent | updated my repo (diff) | |
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to 'srfi/225/srfi-146-impl.sld')
| -rw-r--r-- | srfi/225/srfi-146-impl.sld | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/srfi/225/srfi-146-impl.sld b/srfi/225/srfi-146-impl.sld index 163bf66..bb7824b 100644 --- a/srfi/225/srfi-146-impl.sld +++ b/srfi/225/srfi-146-impl.sld @@ -57,18 +57,18 @@ dict-contains?-id (prep-dto-arg mapping-contains?) dict-ref-id (prep-dto-arg mapping-ref) dict-ref/default-id (prep-dto-arg mapping-ref/default) - dict-set-id (prep-dto-arg mapping-set) - dict-adjoin-id (prep-dto-arg mapping-adjoin) - dict-delete-id (prep-dto-arg mapping-delete) - dict-delete-all-id (prep-dto-arg mapping-delete-all) - dict-replace-id (prep-dto-arg mapping-replace) - dict-intern-id (prep-dto-arg mapping-intern) - dict-update-id (prep-dto-arg mapping-update) - dict-update/default-id (prep-dto-arg mapping-update/default) - dict-pop-id (prep-dto-arg mapping-pop) + dict-set!-id (prep-dto-arg mapping-set) + dict-adjoin!-id (prep-dto-arg mapping-adjoin) + dict-delete!-id (prep-dto-arg mapping-delete) + dict-delete!-all!-id (prep-dto-arg mapping-delete-all) + dict-replace!-id (prep-dto-arg mapping-replace) + dict-intern!-id (prep-dto-arg mapping-intern) + dict-update!-id (prep-dto-arg mapping-update) + dict-update!/default!-id (prep-dto-arg mapping-update/default) + dict-pop!-id (prep-dto-arg mapping-pop) dict-filter-id (prep-dto-arg mapping-filter) dict-remove-id (prep-dto-arg mapping-remove) - dict-find-update-id mapping-find-update* + dict-find-update!-id mapping-find-update* dict-size-id (prep-dto-arg mapping-size) dict-count-id (prep-dto-arg mapping-count) dict-keys-id (prep-dto-arg mapping-keys) |
