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

Handle equality predicates in queries #9

Open
sipi opened this issue Nov 20, 2018 · 0 comments
Open

Handle equality predicates in queries #9

sipi opened this issue Nov 20, 2018 · 0 comments
Labels

Comments

@sipi
Copy link
Contributor

sipi commented Nov 20, 2018

The following scenario does not work:

  • get a query: ?(X,Y) :- p(X,Y).
  • rewrite it with the following rule: p(a,Y) :- q(Y).
  • you should get a rewrite : ?(X,Y) :- q(Y), X = a.

We should be able to query all kinds of Store.

@sipi sipi added the bug label Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant