guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: string-map arg order


From: Mikael Djurfeldt
Subject: Re: string-map arg order
Date: 22 Aug 2001 14:02:30 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Alex Shinn <address@hidden> writes:

> Is there a reason for the order of string-map to be
> 
>   (string-map str proc)
> 
> rather than as specified in the SRFI
> 
>   (string-map proc str)
> 
> ?  Assuming this is just a bug, attached are patches to the source and
> test files.

* tests/srfi-13.test (string-map): Swapped order of string and
proc args to conform with the srfi.  (Thanks to Alex Shinn.)

* srfi-13.c (string-map): Swapped order of string and proc args to
conform with the srfi.  (Thanks to Alex Shinn.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]