Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
actually tell what prefix:<|> does inside argument lists
  • Loading branch information
gfldex committed May 27, 2016
1 parent 3d562b0 commit 49c7e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/operators.pod
Expand Up @@ -741,7 +741,8 @@ Flattens objects of type L<Capture>, L<Pair>, L<List> L<Map> and L<Hash>
into an argument list.
Outside of argument lists, it returns a L<Slip|/type/Slip>, which makes it
flatten into the outer list.
flatten into the outer list. Inside argument list L<C<Positional>s|/type/Positional> are turned
into positional arguments and L<C<Assiciative>s|/type/Associative> are turned into named arguments.
=head2 prefix C«+^»
Expand Down

0 comments on commit 49c7e76

Please sign in to comment.