-
-
If a TLA+ next state uses a definition twice, then TLA2B will create an AST with two operations having the same name, leading to errors when type checking the AST.
An example which exhibits is here: …
-
For several values of `-fp`, checking this spec fails with `: Failed to recover the next state from its fingerprint.` (see below):
```tla
---- MODULE Github1045 ----
EXTENDS Naturals
CONSTANT …
lemmy updated
4 weeks ago
-
When working with inline environments in order to not commit environment specific data to the general tanka package git repo it's really useful to not only be able to inject apiServer and namespace, b…
-
The TLA+ tooling ecosystem is expanding, and that means there is demand for the Java-based tla2tools.jar to function not only as a standalone artifact, but also a reliable base for the parsing, interp…
-
L’SQL mostrato è in formato SQL dinamico all’interno di un template di codice JavaScript e utilizza interpolazioni di variabili (${chronicle_tla}, ${sec_late}, ${limit_count}), il che potrebbe potenzi…
-
Quoting from *TLA Version 2: A Preliminary Guide* [[pdf]](https://lamport.azurewebsites.net/tla/tla2-guide.pdf), page 20:
>The parser also allows the following two kinds of “facts” in a use or hide…
-
Word you searched for in the dictionary (in Coptic):
ⲥⲁ
TLA ID (shown at the top of the entry page after "TLA Lemma No."):
C3272
Bad example sentence (insert your example):
All examples…
-
The popularity of the CommunityModules warrants that we bundle (or otherwise) include its jar in the vscode extension.
lemmy updated
2 months ago
-
This may seem a bit exotic, but it actually happens in practical specs. Consider the following MWE:
```bluespec
module t { …