We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c7081 commit 1e5b158Copy full SHA for 1e5b158
src/main/xar-resources/modules/view.xql
@@ -17,7 +17,7 @@ let $config := map {
17
$templates:CONFIG_APP_ROOT : $config:app-root,
18
$templates:CONFIG_STOP_ON_ERROR : true()
19
}
20
-let $lookup := function($functionName as xs:string, $arity as xs:int) {
+let $lookup := function($functionName as xs:string, $arity as xs:integer) {
21
try {
22
function-lookup(xs:QName($functionName), $arity)
23
} catch * {
0 commit comments