I think I've found a bug in assq-remove! and friends. My
understanding is that
(assq/v/oc-remove! alist key1)
should remove all entries from the alist whose *key* is
eq?/eqv?/equal? to key1.
In fact, with the current CVS implementation, the effect is to remove
all entries where the *whole entr
Neil Jerram <[EMAIL PROTECTED]> writes:
> I think I've found a bug in assq-remove! and friends. My
> understanding is that
>
> (assq/v/oc-remove! alist key1)
>
> should remove all entries from the alist whose *key* is
> eq?/eqv?/equal? to key1.
>
> In fact, with the current CVS implementation