Skip to content

Commit dd2cf45

Browse files
committed
Remove special section about set operators
It was empty
1 parent bbd341d commit dd2cf45

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/Language/operators.pod6

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,18 +3323,6 @@ instance, applying it to division will yield an exception.
33233323
=for code
33243324
say [%] (); # OUTPUT: «(exit code 1) No zero-arg meaning for infix:<%>␤
33253325
3326-
=head1 Set-Like operators
3327-
3328-
Perl6 also includes operators for the L<Set|/type/Set>, L<Bag|/type/Bag> and
3329-
L<Mix|/type/Mix> types.
3330-
3331-
Those operators are documented fully on L<their own page|/language/setbagmix>.
3332-
This summary those operators are included for completeness.
3333-
3334-
=head2 Operators that return C<Bool>
3335-
3336-
=head2 Operators that return C<Set> or C<Bag>
3337-
33383326
=head2 term ∅
33393327
33403328
X<|∅>

0 commit comments

Comments
 (0)