-
```
Section A.
Theorem trivial_lemma: 0 = 0.
Proof.
auto.
Qed.
End A.
```
This is not commented by `coq-commenter-comment-proof-in-region`.
-
**Describe the bug**
Some hairstyle sprites are not functioning correctly due to an erroneous reference in UltimateCataclysm's tile_config.json
**Attach save file**
Unnecessary
**Steps to repr…
-
The [Tactician](http://coq-tactician.github.io) plugin depends on the `coq-core.stm` library. However, it seems that this library is not linked into the `vscoqtop` executable. As such, Tactician is no…
-
These experiments with async mode give unexpected results. I'm running them in CoqIDE, 8.15.1+, Ubuntu on Windows/WSL2:
1. Running `Pff.v` from `ci-flocq` takes 1:37 both with async enabled (i.e.,…
-
#### version
8.7.1 (January 2018)
#### Operating system
Linux(Arch)
#### Description of the problem
I have a section with a variable ```B```. I then want to prove some property by induction…
-
#### Version
8.8.1
#### Description of the problem
This code fails, but it should succeed.
```coq
Section foo.
Variable (x : nat).
Let y := x.
Lemma foo : x = 0 + x.
Proof…
-
I am porting some code to mathcomp2. I have a section that defines some properties with respect to
some parameter `Eth`
``` coq
Section ...
Variable Eth : ....
....
Lemma addeA : ...
...
…
-
#### Description of the problem
Proofs that end with `Abort` run in `vos` mode, even though `Admitted` and `Qed` proofs do not.
```coq
Lemma foo : True.
Proof.
fail "ran abort proof".
…
-
Hi everyone~
I got a crash from firebase crashlytics.
It only occured on iOS.
Does anyone know of this crash?
Crashed: session queue
0 libobjc.A.dylib 0x5140 object_getCla…
-
I noticed a strange output from the TLAPS when it expands a definition with a parameter name that matches a name defined in the proof context. Example:
```
---- MODULE test_lambda_rename ----
op(…