Skip to content

Commit f87df17

Browse files
committed
Update definition of Nil in undef remapping
1 parent 52f3895 commit f87df17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STD.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3115,7 +3115,7 @@ grammar P6 is STD {
31153115
[ <?before [ '(' || \h*<sigil><twigil>?\w ] >
31163116
<.obs('undef as a verb', 'undefine function or assignment of Nil')>
31173117
]?
3118-
<.obs('undef as a value', "something more specific:\n\tMu (the \"most undefined\" type object),\n\tan undefined type object such as Int,\n\tNil as an empty list,\n\t:!defined as a matcher,\n\tAny:U as a type constraint\n\tor fail() as a failure return\n\t ")>
3118+
<.obs('undef as a value', "something more specific:\n\tMu (the \"most undefined\" type object),\n\tan undefined type object such as Int,\n\t:!defined as a matcher,\n\tAny:U as a type constraint,\n\tNil as the absense of a value\n\tor fail() as a failure return\n\t ")>
31193119
}
31203120

31213121
token term:sym<proceed>

0 commit comments

Comments
 (0)