summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arvydas Silanskas 2022-02-15 14:17:18 +0200
committerGravatar Arvydas Silanskas 2022-02-15 14:17:18 +0200
commit4562e8b3d79a30764db52040ec8c1bdd818e8836 (patch)
tree3d328f19b038a50d878d29b1d0c824c6a73b9e09
parentupdate implementation (diff)
update implementation dependency
-rw-r--r--srfi-225.html22
1 files changed, 9 insertions, 13 deletions
diff --git a/srfi-225.html b/srfi-225.html
index 0d85a83..29ebeba 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -571,11 +571,6 @@ new dictionary types that may not have complete dictionary APIs:</p>
<dd>dict-delete-all</dd>
<dd>dict-empty?</dd>
- <dt>dict-map</dt>
- <dd>dict-keys</dd>
- <dd>dict-ref</dd>
- <dd>dict-replace</dd>
-
<dt>dict-filter</dt>
<dd>dict-keys</dd>
<dd>dict-ref</dd>
@@ -608,23 +603,24 @@ new dictionary types that may not have complete dictionary APIs:</p>
<dt>dict-map-&gt;list</dt>
<dd>dict-fold</dd>
- <dd>dict-map-&gt;list</dd>
-
- <dt>dict-for-each&gt;</dt>
- <dd>dict-for-each</dd>
-
- <dt>dict-for-each&gt;=</dt>
- <dd>dict-for-each</dd>
+ <dt>dict-for-each</dt>
+ <dd>dict-map or dict-map!</dd>
<dt>dict-&gt;generator</dt>
- <dd>dict-entries</dd>
+ <dd>dict-for-each</dd>
<dt>dict-set-accumulator</dt>
<dd>dict-set</dd>
+ <dt>dict-set!-accumulator</dt>
+ <dd>dict-set!</dd>
+
<dt>dict-adjoin-accumulator</dt>
<dd>dict-set</dd>
+ <dt>dict-adjoin!-accumulator</dt>
+ <dd>dict-adjoin!</dd>
+
</dl>
<h2 id="acknowledgements">Acknowledgements</h2>