unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#11614: compose (in 2.0.5 docs)
@ 2012-06-02 20:06 David Jaquay
  2012-06-19 23:16 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: David Jaquay @ 2012-06-02 20:06 UTC (permalink / raw)
  To: 11614

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

Docs for compose, in section 6.9.6, might better read "Compose proc with
the procedures in rest, such that [the procedures in rest are applied in
order, followed by] proc last, and return the resulting procedure. The
given procedures must have compatible arity."  The existing text seems to
imply that only the last procedure in rest is executed before proc.

Dave

[-- Attachment #2: Type: text/html, Size: 428 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#11614: compose (in 2.0.5 docs)
  2012-06-02 20:06 bug#11614: compose (in 2.0.5 docs) David Jaquay
@ 2012-06-19 23:16 ` Ludovic Courtès
  2012-06-20 13:34   ` David Jaquay
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2012-06-19 23:16 UTC (permalink / raw)
  To: David Jaquay; +Cc: 11614

Hi David,

Sorry for the late reply.

David Jaquay <djaquay@gmail.com> skribis:

> Docs for compose, in section 6.9.6, might better read "Compose proc with
> the procedures in rest, such that [the procedures in rest are applied in
> order, followed by] proc last, and return the resulting procedure. The
> given procedures must have compatible arity."  The existing text seems to
> imply that only the last procedure in rest is executed before proc.

The text was changed in the meantime to this:

 -- Scheme Procedure: compose proc1 proc2 ...
     Compose PROC1 with the procedures PROC2 ...  such that the last
     PROC argument is applied first and PROC1 last, and return the
     resulting procedure.  The given procedures must have compatible
     arity.

How does that sound?

Thanks,
Ludo’.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#11614: compose (in 2.0.5 docs)
  2012-06-19 23:16 ` Ludovic Courtès
@ 2012-06-20 13:34   ` David Jaquay
  2012-06-20 22:27     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: David Jaquay @ 2012-06-20 13:34 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 11614

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

Sounds good, thanks.

Dave


On Tue, Jun 19, 2012 at 7:16 PM, Ludovic Courtès <ludo@gnu.org> wrote:

> Hi David,
>
> Sorry for the late reply.
>
> David Jaquay <djaquay@gmail.com> skribis:
>
> > Docs for compose, in section 6.9.6, might better read "Compose proc with
> > the procedures in rest, such that [the procedures in rest are applied in
> > order, followed by] proc last, and return the resulting procedure. The
> > given procedures must have compatible arity."  The existing text seems to
> > imply that only the last procedure in rest is executed before proc.
>
> The text was changed in the meantime to this:
>
>  -- Scheme Procedure: compose proc1 proc2 ...
>     Compose PROC1 with the procedures PROC2 ...  such that the last
>     PROC argument is applied first and PROC1 last, and return the
>     resulting procedure.  The given procedures must have compatible
>     arity.
>
> How does that sound?
>
> Thanks,
> Ludo’.
>

[-- Attachment #2: Type: text/html, Size: 1354 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#11614: compose (in 2.0.5 docs)
  2012-06-20 13:34   ` David Jaquay
@ 2012-06-20 22:27     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2012-06-20 22:27 UTC (permalink / raw)
  To: David Jaquay; +Cc: 11614-done

David Jaquay <djaquay@gmail.com> skribis:

> Sounds good, thanks.

Great, thank you.

Ludo’.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-20 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-02 20:06 bug#11614: compose (in 2.0.5 docs) David Jaquay
2012-06-19 23:16 ` Ludovic Courtès
2012-06-20 13:34   ` David Jaquay
2012-06-20 22:27     ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).