Email list hosting service & mailing list manager

Proposed text for PFI 4 for SRFI 116 John Cowan (16 Aug 2020 03:14 UTC)
Re: Proposed text for PFI 4 for SRFI 116 Arthur A. Gleckler (16 Aug 2020 04:53 UTC)
Re: Proposed text for PFI 4 for SRFI 116 Marc Nieper-Wißkirchen (16 Aug 2020 07:24 UTC)
Re: Proposed text for PFI 4 for SRFI 116 John Cowan (23 Aug 2020 03:36 UTC)
Re: Proposed text for PFI 4 for SRFI 116 Arthur A. Gleckler (23 Aug 2020 04:19 UTC)

Re: Proposed text for PFI 4 for SRFI 116 Marc Nieper-Wißkirchen 16 Aug 2020 07:24 UTC

Am So., 16. Aug. 2020 um 06:54 Uhr schrieb Arthur A. Gleckler
<xxxxxx@speechcode.com>:

>> In addition, this SRFI recommends that (where feasible) procedures that expect pairs as arguments also accept ipairs.  If such a call returns newly allocated pairs, they will be ordinary pairs; if it returns existing pairs, they will be pairs or ipairs as the case may be.

Please add the reverse as well:

In addition, this SRFI recommends that (where feasible) procedures
that expect ipairs as arguments also accept pairs.  If such a call
returns newly allocated pairs, they will be immutable pairs; if it
returns existing pairs, they will be pairs or ipairs as the case may
be.

[An example of this procedure is "icar".]