On Wed, Aug 4, 2010 at 6:20 AM, Jonathan Scott Duff <d...@pobox.com> wrote:
> Perhaps, as an optimization, we could create another multi for infix:<...>
> that fires to infix:<..> only when the list on either side only contains 1
> element and that element is an Int.  Something like:
>
> our multi sub infix:<...>($lhs where Int, $rhs where Int) {
>    $lhs .. $rhs
> }

and "where $lhs <= $rhs"

Reply via email to