guile-user
[Top][All Lists]
Advanced

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

or values bug?


From: rixed
Subject: or values bug?
Date: Mon, 5 Dec 2011 15:33:31 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Is it normal that this:

(or (values 'a 'b) 'c)

returns two values ('a and 'b) while this:

(or (values 'a (lambda (port) #f)) 'c)

returns only one ('a)?
Isn't it a bug?




reply via email to

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