On Tue, 04 Apr 2000, Bryan Larsen wrote:
> >From an example in R5RS:
> 
> (gnc:debug
> (map + '(1 2 3) '(2 3 4)))
> 
> doesn't work.  And gives me really crappy errors.  Trying the map line in
> standalone scheme works.
> 

It's a problem in srfi-1.r5rs.scm.  I commented out the line 

(define map map-in-order)       

to get things to work.  However, I use map-in-order, so I hope it isn't broken
as well....

thanks,
Bryan

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to