We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported as not in canonical form:
VARIABLE x Init == x = TRUE Spec == Init /\ [][UNCHANGED x]_x
Works fine:
VARIABLE x Init == x = TRUE Next == UNCHANGED x Spec == Init /\ [][Next]_x
With APALACHE version 0.11.1-SNAPSHOT build v0.11.0-17-gf55663c
APALACHE version 0.11.1-SNAPSHOT build v0.11.0-17-gf55663c
The text was updated successfully, but these errors were encountered:
Spec == Init /\ [][TRUE]_x
also not accepted.
Sorry, something went wrong.
Right. Now Apalache is expecting an operator name like Next. A similar issue has been raised by @Quantifier
Next
Refactor Einstein to work better with TLC and to be accepted
a9c08fd
by Apalache (apalache-mc/apalache#636).
Closing this, as it is effectively a duplicate of #468
No branches or pull requests
Reported as not in canonical form:
Works fine:
With
APALACHE version 0.11.1-SNAPSHOT build v0.11.0-17-gf55663c
The text was updated successfully, but these errors were encountered: