On Thu, May 28, 2009 at 8:43 AM, Daniel Ruoso <dan...@ruoso.com> wrote:
> Em Qui, 2009-05-28 às 21:36 +1000, Damian Conway escreveu:
>> &prefix:<[+]>
>
> Is that really? I mean... [ ] is a meta-operator, so
>
>  [+] 1, 1, 2, 3
>
> isn't a prefix, but a [ ] meta with + inside and the list as argument...

The operator '[+]', which you get by applying the meta-operator
'[...]' to the infix binary operator '+', is a prefix list operator.

So that much makes sense.  But I still think the two different
meanings of square brackets in operators are going to confuse people.


-- 
Mark J. Reed <markjr...@gmail.com>

Reply via email to