-
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…
-
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…
-
This may seem a bit exotic, but it actually happens in practical specs. Consider the following MWE:
```bluespec
module t { …
-
Hi!
I am using the QUINT workflow to identify brain regions of cFOS+ cells comparing non-treated versus stress-treated animals. I stained my tissue with cFOS and NeuN. I can provide a sample of som…
-
I have been using Quint with Deno for a while.
```console
$ deno install -A -n quint npm:@informalsystems/quint
✅ Successfully installed quint
/home/user/.deno/bin/quint
$ quint --version
0.21…
-
We need to refactor the lexer and parser to remove some possible syntax. Plus, we could handle these literals as arrays of simpler types directly in the parser so that at the end of compilation, we ge…
-
I followed a link to Quint from a community of interest (Future of Coding Slack).
The link didn't discuss what Quint is, and I'm sad to see that the documentation for Quint doesn't appear to, eithe…
-
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 {
…
-
https://github.com/medic/cht-core/blob/master/webapp/src/js/services/wealth-quintiles-watcher.js
-
Consider the following spec:
```bluespec
module t {
var x: int
v…