-
#### Description of the problem
We are seeing a strange typeclass resolution failure in Iris. We managed to reproduce it in Iris itself (it originally came up further downstream) but I have no …
-
I am trying to use Coq-of-Python to translate a very basic python program into coq.
```
from typing import List
def has_close_elements(numbers: List[float], threshold: float) -> bool:
"""Check i…
-
Hi guys, PLE fails on this for some reason:
```haskell
{-@ LIQUID "--reflection" @-}
{-@ LIQUID "--ple-local" @-}
-- anyM is just Prelude's `any` but lifted to LH
{-@ reflect anyM @-}
an…
-
Can someone please explain why the `mackinnoncrit ` implementation is different in `coint` vs `adfuller`? In `adfuller` we have this as
`critvalues = mackinnoncrit(N=1, regression=regression, nobs=…
-
I defined a simple type and a simple relation.
```lean
inductive Three: Type where
| a | b | c
inductive Rel3: Three -> Three -> Prop where
| ab: Rel3 a b
| cb: Rel3 c b
```
`Rel3` i…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4092
From: @charguer
Reported version: trunk
CC: @aspiwack, @gares, @maximedenes
See also: [BZ#2215](https:/…
-
### Bug description
We [document](https://quarto.org/docs/authoring/cross-references.html#theorems-and-proofs) for proofs that:
> As with theorems you can optionally include a heading as the first e…
-
#### Version
Coq 8.15.1
#### Operating system
Red Hat Enterprise Linux Workstation 7.9
#### Description of the problem
The documentation on generalized rewriting suggests
that `rewrite…
-
```coq
Require Import Coq.ZArith.ZArith.
Require Import Coq.Strings.String.
Require Import Coq.micromega.Lia.
Open Scope Z_scope.
Axiom src2imp: Type.
Definition fake{T: Type}: T. Admitted.
…
-
It's easy to find at least *some* documentation online. So without being more specific about what's missing, the "missing documentation" accusation is not credible.