[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
&rest lists - correction
- To: common-lisp@sail.stanford.edu
- Subject: &rest lists - correction
- From: mcvax!pilatus!ceb@uunet.UU.NET
- Date: Sun, 13 Mar 88 13:22:41 +0100
In my previous posting, the counter example should have read
(setf (cdar ..) .), since (setf (cadr ..) .) *would* be covered by
backbone copying. Hope this didn't cloud things.
I grow rusty on "under-the-hood tinkering", since I now use mainly
semantically cleaner defstructs.