mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 11:10:18 +02:00
* module/srfi/srfi-19.scm: Some parts of this code used a strange idiom, `(values)', to indicate that a procedure did nothing. However, quoth R5RS: Except for continuations created by the `call-with-values' procedure, all continuations take exactly one value. Indeed the VM indicated this error. I reworked the code to avoid these cases. |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
srfi | ||
system | ||
.cvsignore | ||
Makefile.am |