Email list hosting service & mailing list manager


Re: Fwd: [scheme-requests-for-implementation/srfi-117] Fixes typo in SRFI HTML document (#5) Arthur A. Gleckler 26 Jul 2016 21:10 UTC

Arthur A. Gleckler <xxxxxx@speechcode.com> writes:

| Hi, John.  Jeremy Steward has reported and fixed a bug in
| the SRFI 117 document:
>
| Jeremy Steward <xxxxxx@github.com> writes:
>
| | I noticed a typo (more just missing text) in the procedure
| | signature of list-queue-update-right, so I added the
| | missing parameter to the procedure definition.  This
| | doesn't change anything, but makes it so the signature
| | matches the description below it as well as the
| | implementation.
>
| Here's the diff:
>
| -<tt>(list-queue-unfold-right </tt><var>stop? mapper successor seed</var><tt>)</tt>
| +<tt>(list-queue-unfold-right </tt><var>stop? mapper successor seed</var> [ <var>queue</var> ]<tt>)</tt>
>
| I'm going to apply this fix now since it's clearly right.

I've published this fix.