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
In Silver, one can write
map((.pp), l)
to get a list containing the value of the pp attribute for each tree in the list l.
pp
l
One should analogously be able to write
map((.3), l)
for a list of tuples l to get a list of the third elements from all the tuples, but tuple selector sections like this are not currently implemented.
The text was updated successfully, but these errors were encountered:
I thought I already implemented this, but I guess that was annotation sections. Yeah, we should do this.
Would be a good Silver dev intro project, along with #577.
Sorry, something went wrong.
unironically
No branches or pull requests
In Silver, one can write
to get a list containing the value of the
pp
attribute for each tree in the listl
.One should analogously be able to write
for a list of tuples
l
to get a list of the third elements from all the tuples, but tuple selector sections like this are not currently implemented.The text was updated successfully, but these errors were encountered: