summaryrefslogtreecommitdiffstats
path: root/srfi/225/indexes-exports.scm
diff options
context:
space:
mode:
authorGravatar John Cowan 2022-09-21 16:13:05 -0400
committerGravatar John Cowan 2022-09-21 16:13:05 -0400
commit4653e001940b9720d3f9b10ce8f1362a177c33d2 (patch)
treedfd55a47b54f85c984cae6b7b7aa9718af79c0d1 /srfi/225/indexes-exports.scm
parenteditorial (diff)
Added ! to all updaters
Diffstat (limited to 'srfi/225/indexes-exports.scm')
-rw-r--r--srfi/225/indexes-exports.scm24
1 files changed, 12 insertions, 12 deletions
diff --git a/srfi/225/indexes-exports.scm b/srfi/225/indexes-exports.scm
index fcb49ae..ff81ff3 100644
--- a/srfi/225/indexes-exports.scm
+++ b/srfi/225/indexes-exports.scm
@@ -1,7 +1,7 @@
(export
;; required
dictionary?-id
- dict-find-update-id
+ dict-find-update!-id
dict-comparator-id
dict-map-id
dict-pure?-id
@@ -10,32 +10,32 @@
;; extra
dict->alist-id
- dict-adjoin-accumulator-id
- dict-adjoin-id
+ dict-adjoin!-accumulator-id
+ dict-adjoin!-id
dict-any-id
dict-contains?-id
dict-count-id
- dict-delete-all-id
- dict-delete-id
+ dict-delete!-all!-id
+ dict-delete!-id
dict-empty?-id
dict-entries-id
dict-every-id
dict-filter-id
dict-fold-id
dict-for-each-id
- dict-intern-id
+ dict-intern!-id
dict-keys-id
dict-map->list-id
dict-map-id
- dict-pop-id
+ dict-pop!-id
dict-ref-id
dict-ref/default-id
dict-remove-id
- dict-replace-id
- dict-set-accumulator-id
- dict-set-id
- dict-update-id
- dict-update/default-id
+ dict-replace!-id
+ dict-set!-accumulator-id
+ dict-set!-id
+ dict-update!-id
+ dict-update!/default!-id
dict-values-id
dict=?-id
dict->generator-id)
ee5cd9fc9109043328f4e0fdf7ae?s=13&d=retro' width='13' height='13' alt='Gravatar' /> John Cowan 1-43/+68 2021-07-26exceptionsGravatar John Cowan 1-1/+15 2021-07-26new exampleGravatar John Cowan 1-1/+4 2021-07-26updatesGravatar John Cowan 1-2/+4 2021-07-26dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-26DTO to DTDGravatar John Cowan 1-55/+52 2021-07-26typoGravatar John Cowan 1-1/+1 2021-07-26switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-26errorsGravatar John Cowan 1-1/+4 2021-07-26more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-26update preview linkGravatar John Cowan 1-1/+1 2021-07-26MN-W reviewGravatar John Cowan 1-6/+6 2021-07-26paired mutatorsGravatar John Cowan 1-43/+68 2021-07-25exceptionsGravatar John Cowan 1-1/+15 2021-07-25new exampleGravatar John Cowan 1-1/+4 2021-07-25updatesGravatar John Cowan 1-2/+4 2021-07-24dtd always first argumentGravatar John Cowan 1-9/+9 2021-07-23DTO to DTDGravatar John Cowan 1-55/+52 2021-07-22typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1