-
First of all, thank you all for these enhancements that make audio in ESPHome much better than what upstream is by default today!
@gnumpi @nighi @nielsnl68 @johnboiles I would like to make a reques…
Hedda updated
2 weeks ago
-
#### Description of the problem
I want to use `merlin-lib.kernel` as part of a project involving modifying the extraction plugin, I added it to the relevant `dune` file and ran `dune build …
-
A name, that is bound in a Ltac tactic, fails to be resolved when the tactic is used in a different module. A minimal non-working example follows. The expected behavior is the one of `generalize`, so …
-
## Round ID: 50815
## Test Merges:
Not Supplied / None
## Reproduction:
Description: you can open a safe by spamming move left 1, then move right 1 when it reaches 1, repeat until open. Assistant pr…
-
At least for Proof of Concept add a simple assistant
- This should work automatically in Rstudio only.
- It should work when the package is loaded.
- Basically it is an overview in the viewer
C…
-
#### Version
The Coq Proof Assistant, version 8.8.1 (July 2018)
compiled on Jul 3 2018 10:30:00 with OCaml 4.06.1
#### Operating system
Windows 10
#### Description of the problem
In …
ghost updated
3 years ago
-
#### Description of the problem
The [documentation ](https://coq.inria.fr/distrib/current/refman/proofs/writing-proofs/proof-mode.html#coq:cmd.Proof-%60term%60) of `Proof term` states that it i…
-
#### Description of the problem
In the following example (from CUDW2023) rewriting with a local hypothesis does not work using Ltac2 rewrite:
```
Require Import Reals.
Require Import QArith.
…
-
#### Description of the problem
```coq
From Coq Require Import ssreflect.
Goal True -> True.
move=> H. apply: (H) {H}.
(* Error: Anomaly "in retyping: Variable H unbound." *)
```
(I know th…
aedoq updated
9 months ago
-
With the merge of #1238 we should think about formalizing the Join construction. AFAIK this hasn't been done in any proof assistant apart from Arend.