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 f4127b8 commit 73f71b8Copy full SHA for 73f71b8
doc/Language/typesystem.pod6
@@ -49,8 +49,8 @@ Values can become undefined at runtime via L<mixin|/language/operators#infix_but
49
# OUTPUT«undefined»
50
51
To test for definedness call C<.defined>, use
52
-L<//|/language/operators#infix_//>
53
-L<with/without|/language/control#with,_orwith,_without> and
+L<//|/language/operators#infix_//>,
+ L<with/without|/language/control#with,_orwith,_without> and
54
L<signatures|/type/Signature#Constraining_Defined_and_Undefined_Values>
55
56
=head1 Type Declarators
0 commit comments