Skip to content

Commit

Permalink
potentially constant-fold &defined
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 14, 2013
1 parent 0d3c9b0 commit b41219e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mu.pm
Expand Up @@ -489,7 +489,7 @@ my class Mu {
} }




proto sub defined(Mu) { * } proto sub defined(Mu) is pure { * }
multi sub defined(Mu \x) { x.defined } multi sub defined(Mu \x) { x.defined }


proto sub infix:<~~>(|) { * } proto sub infix:<~~>(|) { * }
Expand Down

0 comments on commit b41219e

Please sign in to comment.