Skip to content

Commit

Permalink
Merge pull request #3510 from codesections-forks/Z-operator
Browse files Browse the repository at this point in the history
Correct associativity for infix:<Z>
  • Loading branch information
coke committed Jul 10, 2020
2 parents 00669ae + d3cb49f commit 9cac6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -3020,7 +3020,7 @@ other positions, it's a syntax error.
=head2 infix C«Z»
sub infix:<Z>(**@lists --> Seq:D) is assoc<chain>
sub infix:<Z>(**@lists --> Seq:D) is assoc<list>
The X<Zip operator> interleaves the lists passed to C<Z> like a zipper,
taking index-corresponding elements from each operand. The returned C<Seq>
Expand Down

0 comments on commit 9cac6c3

Please sign in to comment.