-
@konnov asked during the TLA+ Community Event about worldwide TLA+ user numbers. TLC happens to collect execution statistics that give us a rough approximate. Does Apalache want to integrate it exec…
lemmy updated
3 years ago
-
See #468. Use the following spec instead:
```tla
\*SPECIFICATION Spec
INIT Init
NEXT Next
INVARIANT AllValuesEqual
CONSTANTS
MAX_TIMESTAMP = 3
KEYS = {key}
VALUES = {value}
…
-
- Using GitHub pages.
- Include hosting the docs.
-
```shell
markus@avocado:~/Desktop/ewd998$ apalache check EWD998Chan
# Tool home: /home/markus/src/TLA/_community/apalache
# Package: /home/markus/src/TLA/_community/apalache/mod-distribution/targ…
lemmy updated
3 years ago
-
This is a first step towards the command `test`, which was requested in #191. We can start working on this feature when the integration of the type checker is over, see #350. To improve the quality of…
-
The github emojis are not displayed in the mdbook manual, for example in https://apalache.informal.systems/docs/lang/index.html there are only the text representations like `:electric_plug:` and `:bul…
-
Reported at https://github.com/informalsystems/apalache/issues/207#issuecomment-740794043:
- Make bash the default shell
- Add a user, instead of running as root
-
With the following two files:
- `Simple.tla`
```
------------------------------ MODULE Simple ------------------------------
CONSTANTS Foo
==================================================…
-
The website of `apalache.informal.systems` points to `https://apalache.informal.systems/docs/manual.html#installation`, which does not exist any longer.
-
Links at the bottom of e.g. https://github.com/informalsystems/apalache/tree/unstable/docs/src are broken.
lemmy updated
3 years ago