Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix [!%%] et al
  • Loading branch information
sorear committed Feb 18, 2011
1 parent 81aba73 commit f79241a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Operator.pm6
Expand Up @@ -163,6 +163,10 @@ class MetaNot is Operator {
mkcall($/, '&prefix:<!>', $.base.with_args($/, @args));
}

method as_function($/) { self.wrap_in_function($/) }
method arity() { $.base.arity }


method whatever_curry() { True }
}

Expand Down

0 comments on commit f79241a

Please sign in to comment.