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
Related to (and possibly the cause of) #165. Whereas that issue was about referring to proof steps in the same level, this is about writing proof steps in a given level. The TLAPM parser does not accept names being added to steps with an implicit level. These two inputs will both fail:
Further experimentation with SANY's semantic checker in tlaplus/tlaplus#1133 shows this is expected behavior, and implicit steps should not have names; SANY gives this error:
<*> and <+> cannot be used for a named step.
These tests should be removed from the syntax corpus.
Related to (and possibly the cause of) #165. Whereas that issue was about referring to proof steps in the same level, this is about writing proof steps in a given level. The TLAPM parser does not accept names being added to steps with an implicit level. These two inputs will both fail:
Ref #159
The text was updated successfully, but these errors were encountered: