-
@strub : the change in the install path in b94f0020377791cb3e1dbdc37731327f02b1355c from `CoqWord` to `mathcomp/word` (afair it was suggested by @palmskog) has the effect that other packages which do …
-
We had a discussion with @CohenCyril about a month ago, and I said I would summarize our discussion in an issue. I've shared my notes with @palmskog already, and in light of Karl's possible participat…
-
Playing with complex numbers, I can't help but notice that some computations are pretty ugly:
```
From mathcomp Require Import all_ssreflect all_algebra.
From mathcomp.real_closed Require Import co…
-
https://github.com/math-comp/math-comp/blob/082c28dc6562c3d947d52b74bd2a6bb592941562/mathcomp/ssreflect/order.v#L1265-L1266
It also seems to apply here: https://github.com/math-comp/math-comp/blob/08…
-
We will need the following; but the file names here are just provisional, and I may be missing parts of the picture, so this is just a first stab at it:
- floatlib.v (from iterative_methods repo)…
-
#### Description of the problem
When applying the case tactic to a recursively defined proposition that needs to be reduced in order to exhibit a constructor of some inductive type, the fixpoin…
chdoc updated
3 years ago
-
#### Description of the problem
I just noticed a change from coq-8.12+mathcomp-1.11 to coq-8.13.1+mathcomp-1.12:
```coq
From mathcomp Require Import all_ssreflect.
Goal forall (T : finType) …
chdoc updated
3 years ago
-
Consider the following context:
```coq
From mathcomp Require Import all_ssreflect all_algebra.
Import GRing.Theory.
Local Open Scope ring_scope.
Variable f : int -> Prop.
```
In Mathcomp …
-
Math Classes currently uses the [`easy` tactic](https://coq.inria.fr/doc/master/refman/proofs/automatic-tactics/auto.html#coq:tacn.easy) from Coq's standard library as a finisher tactic to close a goa…
-
While reworking the Debian package for mathcomp, I found out that ``make -C mathcomp/foo install DESTDIR=/to/somewhere``` worked for all directories (like what is used in the opam files) -- except for…