bug-guile
[Top][All Lists]
Advanced

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

Re: (+ (values 1 2)) should be 1


From: Andy Wingo
Subject: Re: (+ (values 1 2)) should be 1
Date: Fri, 17 Jun 2011 19:43:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Sun 22 May 2011 16:02, Andy Wingo <address@hidden> writes:

> But, it is 1 and 2, currently.  (+ FOO) inlines just to FOO, too
> optimistically.

Fixed in git.  (+ FOO) now inlines to (values FOO).

Andy
-- 
http://wingolog.org/



reply via email to

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