We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f690 commit d144795Copy full SHA for d144795
srfi-171.html
@@ -523,10 +523,6 @@ <h3 id="bytevector-u8-reduce"><code>(bytevector-u8-reduce</code> <em> f identity
523
<p> The bytevector-u8 version of <code>list-reduce</code>.</p>
524
525
526
-<h3 id="string-reduce"><code>(string-reduce</code> <em> f identity str</em><code>)</code></h3>
527
-<p> The string version of <code>list-reduce</code>.</p>
528
-
529
530
<h3 id="port-reduce"><code>(port-reduce</code> <em> f identity reader port</em><code>)</code></h3>
531
<p> The port version of <code>list-reducer</code>. It reduces over <em>port</em> using
532
<em>reader</em> until <em>reader</em> returns <code>#eof-object</code>.</p>
0 commit comments