-
Notifications
You must be signed in to change notification settings - Fork 56
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
Issue with birewrite #224
Comments
This is subtle problem that we have right now in egglog. The reason is the unbound variable Great issue, something we've been thinking about. For now a hack that works is to define a |
I think I understand somewhat what you're describing, I'm guessing it would also impact the performance of egglog drastically to support something like that? I think the universe relation you described seems like a quick enough work around for my use-case. Hopefully I can change it back if this get's supported later :) Thanks! |
I don't think performance is a big question for me- mainly I don't know what the rule would mean in particular. We could use this thread to solve that semantic problem if anyone has ideas. Thanks for bringing up the issue! |
Hello,
I'm experimenting with egglog and I've run into an issue which I'm not sure if it's a bug or a not-supported behavior. I've narrowed down the failure to a minimal example:
Upon compiling it with
cargo run example.egg
I get the following issue:Is the following behavior not supported?
The text was updated successfully, but these errors were encountered: