Skip to content

Commit

Permalink
Turn on zero-argument versions of infix:<~> and infix:<//>.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Apr 29, 2010
1 parent 4aeb5a2 commit c4857ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/metaops.pm
Expand Up @@ -179,7 +179,7 @@ our multi sub infix:<*>() { 1 }
our multi sub infix:<+&>() { +^0 }
our multi sub infix:<+>() { 0 }
our multi sub infix:<->() { 0 }
#our multi sub infix:<~>() { '' }
our multi sub infix:<~>() { '' }
our multi sub infix:<+|>() { 0 }
our multi sub infix:<+^>() { 0 }
our multi sub infix:<~|>() { '' }
Expand Down Expand Up @@ -209,7 +209,7 @@ our multi sub infix:<eqv>() { Bool::True }
our multi sub infix:<||>() { Bool::False }
our multi sub infix:<or>() { Bool::False }
#our multi sub infix:<^^>() { Bool::False }
#our multi sub infix:<//>() { Any }
our multi sub infix:<//>() { Any }
#our multi sub infix:<min>() { +Inf }
#our multi sub infix:<max>() { -Inf }
#our multi sub infix:<=>() { Nil }
Expand Down

0 comments on commit c4857ab

Please sign in to comment.