Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Any is the default
  • Loading branch information
FROGGS committed Aug 19, 2013
1 parent 6c54f53 commit f806f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Perl5/World.nqp
Expand Up @@ -20,7 +20,7 @@ class Perl5::World {
}
else {
%info<container_type> := %info<container_base>;
%info<value_type> := $*W.find_symbol(['Mu']);
%info<value_type> := $*W.find_symbol(['Any']);
%info<default_value> := $*W.find_symbol(['Any']);
}
%info<default_value> := %info<value_type>;
Expand Down Expand Up @@ -68,7 +68,7 @@ class Perl5::World {
}
else {
%info<container_type> := %info<container_base>;
%info<value_type> := $*W.find_symbol(['Mu']);
%info<value_type> := $*W.find_symbol(['Any']);
%info<default_value> := $*W.find_symbol(['Any']);
}
}
Expand All @@ -94,7 +94,7 @@ class Perl5::World {
}
else {
%info<bind_constraint> := $*W.find_symbol(['Mu']);
%info<value_type> := $*W.find_symbol(['Mu']);
%info<value_type> := $*W.find_symbol(['Any']);
%info<default_value> := $*W.find_symbol(['Any']);
}
%info<scalar_value> := %info<default_value>;
Expand Down

0 comments on commit f806f4b

Please sign in to comment.