bug-guile
[Top][All Lists]
Advanced

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

Re: bug in 1.9.9


From: Daniel Llorens del Río
Subject: Re: bug in 1.9.9
Date: Wed, 31 Mar 2010 18:12:43 +0200


On 31 Mar, 2010, at 17:55, Daniel Llorens del Río wrote:

Although this one also works…

> (call-with-values (lambda () (f #s32() #f64())) (lambda (a b) (format #f "~a ~a" a b)))
=> "#s32() #f64()"

Sorry, this should be  … (lambda () (values #s32() #f64())) …

Regards,

        Daniel



reply via email to

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