Skip to content

Commit bd7048e

Browse files
committed
Remove extra set equality
1 parent e962110 commit bd7048e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

infra.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,9 +1893,6 @@ of either with <var>replacement</var> and <a for=set>remove</a> all other instan
18931893
<p>A [=/set=] |A| is <dfn export for=set lt=equal>unordered equal</dfn> to a [=/set=] |B| if |A| is
18941894
a [=subset=] of |B| and |A| is a [=superset=] of |B|.
18951895

1896-
<p>A [=/set=] |A| is <a for=/>equal</a> to a [=/set=] |B| if |A| is a [=subset=] of |B| and |B| is a
1897-
[=subset=] of |A|.
1898-
18991896
<p>The <dfn export for=set>intersection</dfn> of <a>ordered sets</a> |A| and |B|, is the result
19001897
of creating a new <a>ordered set</a> |set| and, <a for=list>for each</a> |item| of |A|, if |B|
19011898
<a for=set>contains</a> |item|, <a for=set>appending</a> |item| to |set|.

0 commit comments

Comments
 (0)