guile-devel
[Top][All Lists]
Advanced

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

string-map arg order


From: Alex Shinn
Subject: string-map arg order
Date: 21 Aug 2001 20:05:50 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

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.

-- 
Alex Shinn <address@hidden>

Attachment: srfi-13.c.diff
Description: srfi 13 patch

Attachment: srfi-13.test.diff
Description: srfi 13 test


reply via email to

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