bug-mit-scheme
[Top][All Lists]
Advanced

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

[Bug-mit-scheme] [bug #21134] (values 'foo) does not return foo


From: Matt Birkholz
Subject: [Bug-mit-scheme] [bug #21134] (values 'foo) does not return foo
Date: Sat, 22 Sep 2007 13:33:32 -0700

> From: Abdulaziz Ghuloum <address@hidden>
> Date: Sat, 22 Sep 2007 07:06:46 +0000
> 
> [...]
> Instead, values returns a closure:

Yep.  A closure over your values that, given your receiver, applies
your receiver to your values.

> [...]
> A related bug is in call-with-values, when the producer returns a value
> (without calling values):

To quote the manual: "*Thunk* must return multiple values using the
values procedure."  The "must" part is... important.




reply via email to

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