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
Introduce --features=no-rows for the old record syntax and switch to --features=rows by default
Features
The application configuration is now dumped into the run-dir when the --debug flag is supplied (see #2134).
All CLI parameters can now be configured via apalache.cfg files. See #2065 and documentation to follow.
From now on, the type checker reports an error, when the inferred type is more specific than the annotated type, see #2109.
The options --init and --temporal can now be given lists of names separated by commas, enabling users to check multiple invariants and temporal properties via the CLI (see #2074).