Skip to content

Commit

Permalink
Fix exporting circumfixes and terms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Aug 31, 2014
1 parent 8007565 commit ccee46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/World.nqp
Expand Up @@ -473,7 +473,7 @@ class Perl6::World is HLL::World {
if $categorical {
$/.CURSOR.add_categorical(~$categorical[0], ~$categorical[1],
~$categorical[0] ~ ':sym<' ~$categorical[1] ~ '>',
$_.key, $_.value);
nqp::substr($_.key, 1), $_.value);
}
}
}
Expand Down

0 comments on commit ccee46e

Please sign in to comment.