map-in-order

Chris Dean Chris.Dean@sokitomi.com
Sat Oct 18 00:38:00 GMT 2003


> No, what's commented out is the opposite.

Ah yes.  How about this patch.

Regards,
Chris Dean

Index: gnu/kawa/slib/srfi1.scm
===================================================================
RCS file: /cvs/kawa/kawa/gnu/kawa/slib/srfi1.scm,v
retrieving revision 1.5
diff -u -w -r1.5 srfi1.scm
--- gnu/kawa/slib/srfi1.scm	1 Jun 2003 05:51:33 -0000	1.5
+++ gnu/kawa/slib/srfi1.scm	18 Oct 2003 00:38:03 -0000
@@ -984,6 +984,7 @@
 ; ;;; We extend MAP to handle arguments of unequal length.
 ; (define map map-in-order)	
 ; COMMENTED OUT BY MARCO VEZZOLI FOR KAWA
+(define map-in-order map)
 
 ;;; filter, remove, partition
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



More information about the Kawa mailing list