[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

Josh Spiegel <josh.spiegel@oracle.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |josh.spiegel@oracle.com

--- Comment #12 from Josh Spiegel <josh.spiegel@oracle.com> ---

I like the clarification that Mike gave here:
https://lists.w3.org/Archives/Public/public-xsl-query/2015Sep/0019.html

"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…)"

So: 

  a => f(b, ?) 

Is equivalent to:

  f(a, b, ?)

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

Received on Tuesday, 12 January 2016 17:14:49 UTC