Skip to content

Conversation

rkaminsk
Copy link
Member

@rkaminsk rkaminsk commented Jul 7, 2020

A term of the form X+0 was replaced by X. This lead to the situation
that the program

q(a).
p(X+0) :- q(X).

would derive p(a), which is not in line with the AG semantics.

A term of the form `X+0` was replaced by `X`. This lead to the situation
that the program

    q(a).
    p(X+0) :- q(X).

would derive `p(a)`, which is not in line with the AG semantics.
@rkaminsk rkaminsk linked an issue Jul 7, 2020 that may be closed by this pull request
@rkaminsk rkaminsk merged commit 07a427b into wip Jul 7, 2020
@rkaminsk rkaminsk deleted the bugfix/arithmetic branch July 7, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The term X+0 is not evaluated correctly.
1 participant