You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 :
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).
Example source: (.txt for upload)
Brokenhighlight.spthy.txt
The text was updated successfully, but these errors were encountered: