Skip to content

Handle equality predicates in queries #9

@sipi

Description

@sipi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions