Re: Arrow operator and ParenthesizedExpr

That doesn’t work when F is an EQName.

Michael Kay
Saxonica

> On 10 Sep 2015, at 17:25, Abel Braaksma <abel.braaksma@xs4all.nl> wrote:
> 
>> 
>> Given a UnaryExpr U, an ArrowFunctionSpecifier F, and a ArgumentList (A, B,
>> C…), the expression U => F(A, B, C…) is equivalent to the expression F(U, A,
>> B, C…)
>> 
> 
> That would work, or, if we were to allow the example I gave, this could be written as:
> 
> Given a UnaryExpr U, an ArrowFunctionSpecifier F, and a ArgumentList (A, B, C…), the expression U => F(A, B, C…) is ...
> 
> Is equiv. to the expression: for $f in F return $f(U, A, B, C...)
> 
> Cheers,
> Abel
> 
> 
> 

Received on Thursday, 10 September 2015 16:30:12 UTC