diff options
| author | 2022-09-19 20:29:43 -0700 | |
|---|---|---|
| committer | 2022-09-19 20:29:43 -0700 | |
| commit | 92458d65ac858c6d308f969b31d022073f57c920 (patch) | |
| tree | 0509fd1a5d88d99691a1ad6cab31a69c760e3f7e /srfi-225.html | |
| parent | copy edits (diff) | |
| parent | editorial (diff) | |
Merge branch 'master' of github.com:johnwcowan/srfi-225
Diffstat (limited to 'srfi-225.html')
| -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 491cd4c..1e140e1 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. |
