Skip to content

Commit

Permalink
Mention set/bag ops in junctive section
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Jan 11, 2013
1 parent e2f5951 commit 520d8a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S03-operators.pod
Expand Up @@ -3229,6 +3229,10 @@ corresponding list operators. However, junctive methods on a hash
make a junction of only the hash's keys. Use the listop form (or an
explicit C<.pairs>) to make a junction of pairs.

The various operators for sets and bags (intersection, union,
etc.) also have junctive precedence (except for those that return Bool,
which are instead classified as chaining operators).

=head1 Comparison semantics

=over
Expand Down

0 comments on commit 520d8a1

Please sign in to comment.