Skip to content
New issue

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

FEAT: Have *<foo> produce a list of all <foo> elements in an individual #175

Open
andreas-zeller opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
prio: critical Critical priority issue scope: enhancement New feature or request status: future work Task is planned for the future

Comments

@andreas-zeller
Copy link
Collaborator

This allows quantification, as in

any(n.startswith("A") for n in *<name>)

as well as checking for existence, as in

not *<name>

With this, we can eliminate forall and exists keywords (#110, #117)

@andreas-zeller andreas-zeller added scope: enhancement New feature or request prio: critical Critical priority issue labels Dec 17, 2024
@joszamama joszamama changed the title Have *<foo> produce a list of all <foo> elements in an individual FEAT: Have *<foo> produce a list of all <foo> elements in an individual Jan 14, 2025
@joszamama joszamama moved this to Backlog in Fandango Roadmap Jan 14, 2025
@joszamama joszamama added the status: future work Task is planned for the future label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: critical Critical priority issue scope: enhancement New feature or request status: future work Task is planned for the future
Projects
Status: Backlog
Development

No branches or pull requests

3 participants