[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JONL at MIT-MC
- From: WGD at MIT-MC (William G. Dubuque)
- Date: Thu, 5 Feb 81 05:30:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 5 FEB 1981 0030-EST
- Sent-by: BIL at MIT-MC
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) ).