Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
implement Mu.so
  • Loading branch information
moritz committed Aug 26, 2010
1 parent df38ac1 commit 18189a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Mu.pm
Expand Up @@ -10,6 +10,8 @@ augment class Mu {

multi method notdef() { !self.defined; }

multi method so() { self.Bool }

multi method perl() {
my sub typename(Mu $x) { pir::typeof__SP($x) };
my sub attribs(Mu $x, Mu $type) {
Expand Down

0 comments on commit 18189a2

Please sign in to comment.