Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No need to beat around the bush wrt ∅
  • Loading branch information
lizmat committed Aug 5, 2014
1 parent 480f4e5 commit 3ad15f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -2817,7 +2817,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {

token term:sym<time> { <sym> <.end_keyword> }

token term:sym<empty_set> { "\x2205" <!before <[ \( \\ ' \- ]> || \h* '=>'> }
token term:sym<empty_set> { "" <!before <[ \( \\ ' \- ]> || \h* '=>'> }

token term:sym<rand> {
<sym> »
Expand Down

0 comments on commit 3ad15f3

Please sign in to comment.