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
E.g. reference to tree:flatten not picked up.
tree:flatten
let $tree:=tree:build($tree)=>tree:flatten()
<ArrowExpr> <FunctionCall> <QName>tree:build</QName> <ArgumentList> <TOKEN>(</TOKEN> <VarRef> <TOKEN>$</TOKEN> <QName>tree</QName> </VarRef> <TOKEN>)</TOKEN> </ArgumentList> </FunctionCall> <TOKEN>=></TOKEN> <QName>tree:flatten</QName> <ArgumentList> <TOKEN>(</TOKEN> <TOKEN>)</TOKEN> </ArgumentList> </ArrowExpr>
The text was updated successfully, but these errors were encountered:
[fix] Reference detection fails for arrow exp #10
063f8a7
No branches or pull requests
E.g. reference to
tree:flatten
not picked up.The text was updated successfully, but these errors were encountered: