<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We have<br>
<br>
        (Bag with: 1 with: 1 with: 1) intersection: (Bag with: 1)<br>
        --><br>
        (Bag with: 1 with: 1 with: 1)<br>
<br>
and:<br>
<br>
        (Bag with: 1) intersection: (Bag with: 1 with: 1 with: 1)<br>
        --><br>
        (Bag with: 1)<br>
<br>
Is that a bug or a feature?<br></blockquote><div><br></div><div>Such abstract behavior can't be classified as either.  The decision has to be based on the receiver of #intersection: message.  Note Array behaves the same.</div><div><br></div><div>Best,</div><div>  Chris</div></div></div>