-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Serious egraphs pattern matcher bug #40
Comments
The pattern matcher does not produce a substitution for pattern variable |
Not related to binary operators or parser:
Still errors |
You try to match As a result, you fail at getting bound of I'd suggest performing the following change: https://github.com/0x0f0f0f/Metatheory.jl/blob/master/src/EGraphs/ematch.jl#L102 => (ariety(n) > 0) && n.head == gethead(t) && length(getargs(t)) == length(n.args) || continue |
THANKS! |
How to reproduce on latest master commit:
The text was updated successfully, but these errors were encountered: