-
Hi,
take this example:
```
module a {
const A: int
const B: int
}
module b {
import a(
A = 5,
B = 5
).*
}
```
Here, everything works fine. Wh…
-
From time to time, we need an operator that sorts a list. I started to write one some time ago, but than ran into a few unsupported features. It looks like we have to implement #150 first.
This wor…
-
Trying to verify the accompanying model results in error
```
Error: Internal error while flattening [QNT404] Name 'Listed' not found
at resolveNamesOrThrow (/home/user/.npm-packages/lib/node…
eras updated
7 months ago
-
```py
In [6]: b = Add(QUInt(4)).controlled()
In [7]: query_costs(b, [QECGatesCost()])
Out[7]:
{Controlled(subbloq=ArbitraryClifford(n=2), ctrl_spec=CtrlSpec(qdtypes=(QBit(),), cvs=(array(1),)))…
-
We are currently translating all cases of quint's `assign` operator, `_' = _` as `_' := _` in the apalache IR:
https://github.com/informalsystems/apalache/blob/efb30eaf2f1fc76249e1116ee72e659485483…
-
Please do not write to `~/.quint`: https://github.com/informalsystems/quint/blob/d3c5f476808cbe87eeffa2d31a76e27ab7b9ea34/quint/src/quintVerifier.ts#L52-L54
That should be `$XDG_CONFIG_HOME/.quint`…
-
Is there any intrest here to move from [quint](https://github.com/qunitjs/qunit) to [avajs](https://github.com/avajs/)
The main problem I have with the existing testing framework witch make develop…
-
I was trying to verify a (state-machine plus math) model with some basic temporal props and I think I ran into a surprising false-negative result (likely a shortcoming in Apalache itself, I guess).
…
lucab updated
1 month ago
-
Hello,
first of all thank you very much for your hard work on this project!
TLDR: Is it intentional that URN must not contain dashes?
## Context
I'm building a SCIM server that supports a …
-
Ideas:
1. Format test fixture json file as suggested by @p-offtermatt in https://github.com/informalsystems/quint/pull/1421#pullrequestreview-1985582480, this would make the diffs much easier to read…