We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3f682 commit 9735277Copy full SHA for 9735277
doc/Type/Junction.pod6
@@ -117,7 +117,7 @@ a negated junction:
117
say '"yes" is not a negation';
118
}
119
120
-=head2 Failures and Exceptions
+=head1 Failures and Exceptions
121
122
L<Failures|/type/Failure> are just values like any other, as far as Junctions
123
are concerned:
@@ -157,7 +157,7 @@ individually and then re-create the C<Junction> from the result:
157
$j = any (gather $j».take).grep: {Nil !=== try calc $_};
158
say so $j == 42; # OUTPUT: «True»
159
160
-=head2 See Also
+=head1 See Also
161
162
=item L<http://perlgeek.de/blog-en/perl-5-to-6/08-junctions.html>
163
=item L<http://perl6maven.com/perl6-is-a-value-in-a-given-list-of-values>
0 commit comments