Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update definition of Nil in undef remapping
  • Loading branch information
TimToady committed Feb 24, 2012
1 parent 52f3895 commit f87df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -3115,7 +3115,7 @@ grammar P6 is STD {
[ <?before [ '(' || \h*<sigil><twigil>?\w ] >
<.obs('undef as a verb', 'undefine function or assignment of Nil')>
]?
<.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 ")>
<.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 ")>
}

token term:sym<proceed>
Expand Down

0 comments on commit f87df17

Please sign in to comment.