We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If PR #1696 is accepted we can add documentary names to the parameters of callback function signatures, for example fn:filter can become
fn:filter
fn:filter( $input as item()*, | $predicate as fn($item as item(), $position as xs:integer) as xs:boolean? | ) as item()*
and we can (if we need to) use the parameter names in the prose
The text was updated successfully, but these errors were encountered:
Looks good. Related: #981.
Sorry, something went wrong.
No branches or pull requests
If PR #1696 is accepted we can add documentary names to the parameters of callback function signatures, for example
fn:filter
can becomeand we can (if we need to) use the parameter names in the prose
The text was updated successfully, but these errors were encountered: