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
In some contexts it's desirable to be able to check an existing specification with Apalache without changing at all the existing specification.
Let's say the existing specification is Spec.tla. We can create a new spec ApaSpec.tla that declares the same variables as Spec.tla but with type annotations and instantiates Spec.tla. However, if type annotations on other expressions are needed, there seem to be no way to put them in ApaSpec.tla.
An example is discussed in this PR: tlaplus/Examples#113. We need an annotation on vars in Einstein.tla and there seem to be no way to put this annotation in a different file.
The text was updated successfully, but these errors were encountered:
In some contexts it's desirable to be able to check an existing specification with Apalache without changing at all the existing specification.
Let's say the existing specification is
Spec.tla
. We can create a new specApaSpec.tla
that declares the same variables asSpec.tla
but with type annotations and instantiatesSpec.tla
. However, if type annotations on other expressions are needed, there seem to be no way to put them inApaSpec.tla
.An example is discussed in this PR: tlaplus/Examples#113. We need an annotation on
vars
inEinstein.tla
and there seem to be no way to put this annotation in a different file.The text was updated successfully, but these errors were encountered: