diff options
| author | 2022-09-21 18:30:47 -0400 | |
|---|---|---|
| committer | 2022-09-21 18:30:47 -0400 | |
| commit | e8b159f7958c5c2211f31bf7196b95bc0e04075b (patch) | |
| tree | 5f146af343766c1cecf9dc86e81f85b8783ccc98 /srfi-225.html | |
| parent | Added ! to all updaters (diff) | |
updated my repo
Diffstat (limited to 'srfi-225.html')
| -rw-r--r-- | srfi-225.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html index af07db4..709a536 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -23,7 +23,7 @@ <li>Draft #4 published: 2021-10-29</li> <li>Draft #5 published: 2021-11-13</li> <li>Draft #6 published: 2022-03-16</li> - <li>John Cowan's <a href="https://github.com/pre-srfi/dictionaries">personal + <li>John Cowan's <a href="https://github.com/johnwcowan/srfi-225">personal Git repo for this SRFI</a> for reference while the SRFI is in <em>draft</em> status (<a href="https://htmlpreview.github.io/?https://github.com/johnwcowan/srfi-225/blob/master/srfi-225.html">preview</a>)</li> </ul> @@ -149,8 +149,9 @@ with other generic procedures, but it can have any value.</p> returns <code>#f</code>.</p> <h3 id="update-procedures">Update procedures</h3> <p>Note that the following procedures apply to both pure and impure -dictionaries (see <a href="#dict-purep"><code>dict-pure?</code></a>): the <code>!</code> -convention is not used in this SRFI.</p> +dictionaries (see <a href="#dict-purep"><code>dict-pure?</code></a>). +Their names uniformly end in <code>!</code> even though +it depends on the dictionary whether any mutation is done.</p> <p>Updates are not permitted while any generic procedure is running that takes a procedure argument.</p> <p><code>(dict-set!</code> <em>dto dict obj</em> …<code>)</code><br> <p>Returns a dictionary that contains all the associations of <em>dict</em> |
