From: Matthew Flatt (mflatt at cs.utah.edu) Date: Wed Nov 12 07:18:03 EST 2008 |
|
At Wed, 12 Nov 2008 01:01:50 -0500 (EST), Dimitris Vyzovitis wrote: > call/barrier fails miserably if the thunk returns multiple values: > > > (version) > "4.1.2.4" > ; svn from a couple of days ago > > (call-with-continuation-barrier (lambda () (values 1 2 3))) > context expected 1 value, received 3 values: 1 2 3 Fixed in SVN. Matthew
Posted on the users mailing list. |
|