-
Extracting using [`tar`](https://www.npmjs.com/package/tar) fails with `fs.fchown is not a function` error.
Reproducible steps:
```ts
// tar_compat.ts
import * as tar from "npm:tar@7.4.0";
im…
-
I'm getting an error when trying to run `quint verify` on the example `bank.qnt` from the website:
```
module bank {
/// A state variable to store the balance of each account
var balan…
-
The TLA+ tooling ecosystem is growing, and one thing that would greatly improve this ecosystem is a solid minimal parser package. Currently, SANY is consumed by at least two projects I know of:
- [tl…
-
While reading the docs, I noticed quite a few links are broken (lead to 404 pages), so here is the output of https://www.deadlinkchecker.com run on https://quint-lang.org:
Error | URL | Anchor Text…
-
When Unicode support was merged earlier this year these were kept out of the standard modules out of stability considerations. This means Unicode users must write specs like:
```tla
---- MODULE Demo…
-
Apalache has quite a developed wiki, which is also written in mdbook; see: https://github.com/informalsystems/apalache/tree/main/docs
While a lot of it is Apalache-specific, it also has an excellen…
-
Currently, we sometimes require users to annotate types (using `fetch --typemap`) to disambiguate XDR types when translating to Apalache types.
In particular, string-typed Soroban `Vec`s and `Enum`…
-
Implement the Dafny to Apalache compiler
-
Minimal reproducible example:
```quint
module minimal {
type MyId = Id(int)
pure val Ids: Set[MyId] = Set(Id(1), Id(2), Id(3))
var IdSet: Set[MyId]
action init = all {
…
-
**Project description**
The Symbolic Model Checker for TLA+
**Metadata**
* homepage URL: https://apalache.informal.systems/
* source URL: https://github.com/informalsystems/apalache
* license…