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

[no subject]



Why does (MULTIPLE-VALUES (A B) (VALUES 1 2)) lose? Also, why doesn't
(MULTIPLE-VALUE (A) ...) do the correct thing instead of losing; this
would be important for automatically generated code. (In particular,
the above will lose because of the ``crockish sysp check'' and also if,
for instance, we have (MULTIPLE-VALUE (A) 1) ).