Skip to content

Commit

Permalink
One more pir => nqp in nqp-mo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 13, 2013
1 parent 33a8ea0 commit 26d8805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/how/NQPCurriedRoleHOW.pm
Expand Up @@ -20,7 +20,7 @@ knowhow NQPCurriedRoleHOW {

method new_type($curried_role!, *@pos_args) {
my $meta := self.new(:curried_role($curried_role), :pos_args(@pos_args));
pir::repr_type_object_for__PPS($meta, 'Uninstantiable');
nqp::newtype($meta, 'Uninstantiable');
}

method specialize($obj, $class_arg) {
Expand Down

0 comments on commit 26d8805

Please sign in to comment.