Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we mention the implicit smiley
  • Loading branch information
lizmat committed Oct 8, 2015
1 parent da99978 commit 0a39e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/World.nqp
Expand Up @@ -1291,7 +1291,7 @@ class Perl6::World is HLL::World {

# set up subset info
if $smiley && $smiley ne '_' {
$subset_name := ~@value_type[0];
$subset_name := ~@value_type[0] ~ " (with implicit :$smiley)";
my $Pair := self.find_symbol(['Pair']);
@post.push($Pair.new('defined', $smiley eq 'D' ?? 1 !! 0));
}
Expand Down

0 comments on commit 0a39e0b

Please sign in to comment.