Skip to content

Commit d144795

Browse files
Removed repeated definition of `string-reduce'.
1 parent be6f690 commit d144795

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

srfi-171.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,6 @@ <h3 id="bytevector-u8-reduce"><code>(bytevector-u8-reduce</code> <em> f identity
523523
<p> The bytevector-u8 version of <code>list-reduce</code>.</p>
524524

525525

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-
530526
<h3 id="port-reduce"><code>(port-reduce</code> <em> f identity reader port</em><code>)</code></h3>
531527
<p> The port version of <code>list-reducer</code>. It reduces over <em>port</em> using
532528
<em>reader</em> until <em>reader</em> returns <code>#eof-object</code>.</p>

0 commit comments

Comments
 (0)