-
QuickChick reports that `gcdn` function is not commutative (which it is):
```coq
From mathcomp Require Import ssreflect ssrnat div.
From QuickChick Require Import QuickChick.
QuickChick
(fun…
-
The installation instructions are a bit incomplete, especially for Windows:
1. `README.md` says to install using OPAM, including an installation of Coq. However, the OPAM build of Coq doesn't buil…
-
After copying the disk image to my applications folder and trying to open it I get the message: “Coq-Platform~8.18~mc2 [or whatever version of the disk image I've downloaded] is damaged and can’t be o…
ghost updated
4 months ago
-
https://github.com/math-comp/analysis/blob/437d12c836f530fe5dfc8a26e7330b2653d175a3/classical/mathcomp_extra.v#L1491
"According to WP (https://en.wikipedia.org/wiki/Monotonic_function), this should…
-
In https://github.com/coq-community/paramcoq/pull/75, I had to put `coqPackages.mathcomp.job = false;` because I had also put `coqPackages.mathcomp.override.version = "master";` but there was no reaso…
-
The following is a little hard to minimize, so while I work on it, here is the somewhat long version:
```
From mathcomp Require Import seq.
From mathcomp Require Import ssreflect.
From mathcomp …
-
hello, can you please tell me why I cannot install math comp?
![image](https://github.com/user-attachments/assets/1a8036dc-106a-4bea-955e-d0e75d1809fb)
-
The following file `test.v`:
```
From mathcomp Require Import all_ssreflect.
From HB Require Import structures.
```
compiled with the following command:
`alectryon --frontend coq+rst --backe…
-
This fails `./sealing/refinementSA.v` to build for me with Coq 8.6.0, latest CoqUtils, and some unspecified mathcomp:
```
File "./sealing/refinementSA.v", line 134, characters 2-64:
Ltac call to "b…
-
The following PR to MathComp-Analysis (https://github.com/math-comp/analysis/pull/1256, this is actually wip)
seems to illustrate a potential improvement to HB. Concretely, we tried to generalize the…