-
Consider this MPCal program:
```
--mpcal bug3 {
macro mayFail() {
if (EXPLORE_FAIL) {
either {
skip;
} or {
goto fail;
…
-
It seems that when I work with a large enough file, every time I translate the PlusCal, the view of the file will jump from wherever I am in the toolbox to the top of the file.
This makes it a bit …
-
The [current approach](https://github.com/informalsystems/apalache/blob/master/docs/types-and-annotations.md) to type annotations in Apalache is quite hacky, for several reasons:
* we did not want…
-
I'm trying to reproduce issues which I found confusing writing my first specification (directly in TLA, not using PlusCal.) The biggest stumbling blocks were errors of this form:
```
Attempted to…
-
Hi Calvin,
"EzPSL allows TLC to show an error trace when an assert fails." (https://github.com/Calvin-L/ezpsl/blob/master/README.md#comparison-to-pluscal) should have been addressed by https://git…
lemmy updated
3 years ago
-
https://github.com/tlaplus/Examples/blob/22e6b2daae5e0173ac856e8eab5c01abd90b39d4/specifications/chang_roberts/ChangRoberts.tla#L119
lemmy updated
3 years ago
-
- [x] To generate all possible linear extensions of a given partial order over a given set
- [x] +test cases
- [x] Update the [hengxin/tlaplus-pluscal-utils](https://github.com/hengxin/tlaplus-plusc…
-
```
From 232fc0f31b81f123e880f8cb56f2ac4a6912d8c1 Mon Sep 17 00:00:00 2001
From: Jeremy Wright
Date: Wed, 17 Mar 2021 10:11:08 -0700
Subject: [PATCH] Fix a few misspellings.
---
Getting-Star…
-
```bash
markus@avocado:~/src/TLA/_specs/models/mine/PageQueue/PageQueue.toolbox/w19(master)$ /opt/apalache/bin/apalache-mc --cinit=ConstInit --init=Init --next=Next --length=50 check /home/markus/src…
lemmy updated
3 years ago
-
Chapter 2 - Pluscal, Page 33.
The new macro code should be bold