On Mon, Jul 20, 2009 at 6:03 PM, <pugs-comm...@feather.perl6.nl> wrote:
> Author: lwall
> Date: 2009-07-21 03:03:38 +0200 (Tue, 21 Jul 2009)
> New Revision: 27635
>
> Modified:
>   docs/Perl6/Spec/S03-operators.pod
> Log:
> [S03] rename 'nonchaining infix' to 'structural infix'
>
>
> Modified: docs/Perl6/Spec/S03-operators.pod
> ===================================================================
> --- docs/Perl6/Spec/S03-operators.pod   2009-07-20 23:56:21 UTC (rev 27634)
> +++ docs/Perl6/Spec/S03-operators.pod   2009-07-21 01:03:38 UTC (rev 27635)
> @@ -42,7 +42,7 @@
>     X  Junctive and      & also
>     X  Junctive or       | ^
>     L  Named unary       sleep abs sin temp let
> -    N  Nonchaining infix but does <=> leg cmp .. ..^ ^.. ^..^
> +    N  Structural infix  but does <=> leg cmp .. ..^ ^.. ^..^
>     C  Chaining infix    != == < <= > >= eq ne lt le gt ge ~~ === eqv !eqv
>     X  Tight and         &&
>     X  Tight or          || ^^ // min max

Hmm... maybe "Chaining infix" should become "Comparison"?

-- 
Jonathan "Dataweaver" Lang

Reply via email to