Skip to content

Commit 9962753

Browse files
committed
- Setting up the field for #2603.
1 parent 154def6 commit 9962753

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/Language/setbagmix.pod6

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@ associated weights are the 'values':
6666
Bag / BagHash a positive integer 0
6767
Mix / MixHash a non-zero real number 0
6868
69-
=head1 Set/Bag operators
69+
=head1 Set-Like operators
7070
7171
There are several infix operators devoted to performing common operations on
72-
L<Set|/type/Set>, such as unions and set differences. Other operations
73-
include boolean checks, like whether an object is an element of a
74-
C<Set>, or whether one C<Set> is a subset of another C<Set>.
72+
C<Set-Like> types. Set-Like objects are comprised of L<Set|/type/Set>s,
73+
L<Bag|/type/Bag>s, and L<Mix|/type/Mix>es. Operations that can be performed
74+
on C<Set-Like> types things like unions, set differences and include boolean
75+
checks, like whether an object is an element of a C<Set>, or whether one C<Set>
76+
is a subset of another C<Set>.
7577
7678
These infixes can be written using the UTF-8 character that represents the
7779
function (like L<∈|/routine/∈>, or L<∪|/routine/∪>), or with an equivalent ASCII

0 commit comments

Comments
 (0)