Skip to content

Commit 5dfc1ef

Browse files
authored
Add ...^ and …^ ops to index
Fixes #1292
1 parent e8ae3b2 commit 5dfc1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ list:
20132013
# produces (1a9 1b9 1c9 2a9 2b9 2c9 3a9 3b9 3c9)
20142014
20152015
=head2 infix C«...»
2016-
X<|...,operators>X<|,operators>X<|lazy list,…>
2016+
X<|...,operators>X<|...^,operators>X<|…,operators>X<|…^,operators>X<|lazy list,…>
20172017
20182018
multi sub infix:<...>(**@) is assoc<list>
20192019
multi sub infix:<...^>(**@) is assoc<list>

0 commit comments

Comments
 (0)