Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Give topicalizing operators a header.
  • Loading branch information
skids committed Sep 29, 2016
1 parent b70c423 commit 3707053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/traps.pod6
Expand Up @@ -279,6 +279,8 @@ starting string:
say join ", ", ("az", *.succ ... "bc")
az, ba, bb, bc
=head2 Topicalizing Operators
The smart match operator C<~~> and C<andthen> set the topic C<$_> to their LHS.
In conjunction with implicit method calls on the topic this can lead to
surprising results.
Expand Down

0 comments on commit 3707053

Please sign in to comment.