bug-guile
[Top][All Lists]
Advanced

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

GIT version: values


From: Hans Åberg
Subject: GIT version: values
Date: Wed, 19 Jan 2011 15:44:24 +0100

It seems it is not only 'values' writing, but the new behavior seems to be to strip trailing values quietly:
  (define a (values 2 3 4))
  (call-with-values (lambda () a) (lambda x x))
in Guile 1.9.14.68-a7d8a computes to
  $1 = (2)

By contrast, in guile-1.8.8, it computes to
  (2 3 4)





reply via email to

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