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

No highlighting on free variables in lemmas due to prefix errors #7

Open
AlphonsedeV opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@AlphonsedeV
Copy link

The error highlight fails to highlight unbound temporal variables if they are wrongly prefixed.

The following equality condition between i and j will not be highlighted :

lemma example:
"
All k #i.
Action(k) @ i ==> not(Ex #j. K(k) @ j & i = j)
"

Despite the fact that i and j are unbound because of the missing # prefix in the equality condition (the prefix being optional for the @ and < operators, those correctly do not generate highlighting).
Capture d'écran 2024-10-23 153130

Example source: (.txt for upload)
Brokenhighlight.spthy.txt

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

No branches or pull requests

1 participant