[Bug 29346] [XP31] XPath-style currying, or the arrow operator, may require a bit more specification

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29346

--- Comment #2 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
(In reply to Abel Braaksma from comment #0)
> 4) The example in (3) is notably different from a => concat('b', ?), which 
This was incorrect, and should have been a => concat('b', ?)(). With comment #1
this shows that my point (4) was hogwash, the required parens at the end make
concat('b', ?)() and (concat('b', ?))() equivalent, and the surrounding parens
don't change the meaning (which is good, of course).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 18 December 2015 01:43:36 UTC