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

Fix sort reduction support in backend #34

Closed
vvergu opened this issue May 24, 2016 · 1 comment
Closed

Fix sort reduction support in backend #34

vvergu opened this issue May 24, 2016 · 1 comment

Comments

@vvergu
Copy link
Member

vvergu commented May 24, 2016

Sort reductions of the form:

rules
  e : Expr --> v.

Are not working in the DynSem interpreter. The dispatch semantics should be:

Dispatching relation r on term t looks for a rule matching on constructorof(t)/arityof(t) and dispatches to that rule if it exists. Otherwise if a sort rule matching on sortof(t) exists it dispatches to that, or halt otherwise.

@vvergu
Copy link
Member Author

vvergu commented Jun 10, 2016

Tightly dependent on #67.

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

1 participant