Skip to content

Commit

Permalink
infix:<o> shouldn't curry WhateverCode
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Oct 1, 2015
1 parent 329f9ec commit e5a266b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Actions.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -7830,6 +7830,8 @@ Compilation unit '$file' contained the following violations:
%curried{'&infix:<=>'} := 0;
%curried{'&infix:<:=>'} := 0;
%curried{'&infix:<~~>'} := 1;
%curried{'&infix:<∘>'} := 1;
%curried{'&infix:<o>'} := 1;
%curried{'&infix:<..>'} := 2;
%curried{'&infix:<..^>'} := 2;
%curried{'&infix:<^..>'} := 2;
Expand Down

0 comments on commit e5a266b

Please sign in to comment.