diff options
| author | 2022-09-19 21:52:08 -0400 | |
|---|---|---|
| committer | 2022-09-19 21:52:08 -0400 | |
| commit | d7909ddb5bcafb3accb6822ab317d8bafe2c9592 (patch) | |
| tree | ec47fe12898f5eb1dda02dbbee5923d45d06ad0e | |
| parent | fixed all SRFI examples (diff) | |
editorial
| -rw-r--r-- | srfi-225.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html index ef1cc14..665391a 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -342,7 +342,7 @@ key <em>key</em>. if the dictionary is ordered. The procedure returns an unspecified value.</p> <blockquote><pre>(define (write-key key value) (write key)) (dict-for-each dto write-key dict) => unspecified - ; writes "135" to current output</pre></blockquote> <b>FIXME</b> + ; writes "135" to current output</pre></blockquote> <p><code>(dict->generator</code> <em>dto dict</em> [ <em>start</em> [ <em>end</em> ] ] <code>)</code></p> <p>Returns a <a href="https://srfi.schemers.org/srfi-158/srfi-158.html">SRFI 158 generator</a> that, when invoked, returns the associations of <em>dict</em> as pairs. |
