[Bug 29612] [FO31] Function argument naming

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

--- Comment #1 from Tim Mills <tim@cbcl.co.uk> ---
It would also be nice if array:for-each and map:for-each had matching or
consistent names for the first argument.

e.g. 

array:for-each( $input   as array(*),
$action as function(item()*) as item()*) as array(*)

map:for-each(   $input   as map(*),
$action  as function(xs:anyAtomicType, item()*)) as item()*

or

array:for-each( $array as array(*),
$action as function(item()*) as item()*) as array(*)

map:for-each(   $map as map(*),
$action  as function(xs:anyAtomicType, item()*)) as item()*

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

Received on Friday, 6 May 2016 09:32:11 UTC