You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Type/Callable.pod6
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ corresponding parameters.
41
41
=head1Operators
42
42
43
43
=head2C<< infix:<∘> >>
44
-
X<|∘; o; function combinator>
44
+
X<|∘, function combinator>X<|o, function combinator>
45
45
46
46
The function combinator C«infix:<∘>» or C«infix:<o>» combines two functions of arity one, so that the left function is called with the return value of the right function.
0 commit comments