|
Jochen,
> displaying the following lines in a workspace reveals false:
> a := #(1 2 3) asIdentitySet.
> b := IdentitySet withAll: a.
> a = b.
I think that's Behaviour As Designed -- see the comment of Set>>equals:
(I agree that it's a nuisance, but I suppose compatibility is also
important...)
-- chris
|