Skip to content

Commit 44c6891

Browse files
committed
doc perl6/roast/commit/270dcf82f2
1 parent f002dfe commit 44c6891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Type/Callable.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ that the left function is called with the return value of the right function.
6767
If the L«C<.count>|/routine/count» of the left function is greater than 1, the return
6868
value of the right function will be L<slipped|/type/Slip> into the left function.
6969
70+
Both C<.count> and C<.arity> of the RHS will be maintained.
71+
7072
sub f($p){ say 'f'; $p / 2 }
7173
sub g($p){ say 'g'; $p * 2 }
7274

0 commit comments

Comments
 (0)