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

Wildcard that matches multiple symbols #37

Open
saulshanabrook opened this issue Oct 26, 2018 · 1 comment
Open

Wildcard that matches multiple symbols #37

saulshanabrook opened this issue Oct 26, 2018 · 1 comment

Comments

@saulshanabrook
Copy link

Would it be possible to have a wildcard that matches any number of symbols?

Right now I am doing this by matching any number of items and having a custom constraint that asserts all are of instance of the Symbol I care about.

This is useful when you have some operation that needs all of it's arguments to be replaced into reduced symbolic form and can only itself be replaced when they all have been.

@hbarthels
Copy link
Contributor

Do you mean a combination of SymbolWildcard and sequence wildcards (the ones created with Wildcard.dot() and Wildcard.star()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants