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
I have a module, let's call it Spec.tla and a module MC_Spec.tla which instantiates Spec.tla. I would like to use MC_Spec.tla to run model checking with Apalache. The variables in both modules are annotated, and so are the constants in Spec.tla. Most of the annotations use type aliases, which are defined in a third module, Spec_Definitions.tla. Running the type checker on Spec.tla says that the types are great, but on MC_Spec.tla, it complains that an already annotated operator is undefined.
* better messages in the type checker
* closes#758: fixed missing edges in the dependency graph
* entry in unreleased
* closes#645: fixed a false cycle that, caused by a parameter having the same name as an operator
* entry in UNRELEASED
* Update tla-types/src/main/scala/at/forsyte/apalache/tla/typecheck/etc/EtcTypeChecker.scala
Co-authored-by: Shon Feder <[email protected]>
* Update tla-types/src/main/scala/at/forsyte/apalache/tla/typecheck/etc/EtcTypeChecker.scala
Co-authored-by: Shon Feder <[email protected]>
* fixed the error message
Co-authored-by: Shon Feder <[email protected]>
Description
I have a module, let's call it
Spec.tla
and a moduleMC_Spec.tla
which instantiatesSpec.tla
. I would like to useMC_Spec.tla
to run model checking with Apalache. The variables in both modules are annotated, and so are the constants inSpec.tla
. Most of the annotations use type aliases, which are defined in a third module,Spec_Definitions.tla
. Running the type checker onSpec.tla
says that the types are great, but onMC_Spec.tla
, it complains that an already annotated operator is undefined.Input specification
IBCCore.tla
MC_IBCCore.tla
The command line parameters used to run the tool
and
Expected behavior
No errors for
MC_IBCCore.tla
.Log files
apalache-mc typecheck IBCCore.tla
apalache-mc typecheck MC_IBCCore.tla
System information
Additional context
The text was updated successfully, but these errors were encountered: