Skip to content

Commit 3afe30a

Browse files
committed
Merge branch 'master' of github.com:perl6/doc
2 parents 1c7e923 + 8020e4d commit 3afe30a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

WANTED

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ API docs:
2222

2323
Builtins:
2424
* Str.substr-eq
25+
* List.rotor

lib/Type/Match.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ Returns the part of the original string following the match.
8080
8181
Sets the AST to C<$ast>, and returns it.
8282
83+
This is just a little sugar for C<$/.made = $ast> which is a very common
84+
operation in actions. C<$ast> may be anything that makes sense for the
85+
use case. It's typically some tree node.
86+
8387
=end pod

0 commit comments

Comments
 (0)