-
Should we review, simplify, and/or remove them?
https://github.com/math-comp/math-comp/blob/9bfc9834b46c1e492aaaf257cfa811d1e5e39065/mathcomp/ssreflect/ssrAC.v#L70-L72 https://github.com/math-comp/ma…
-
I'm trying to upgrade the Coq packages in Debian using Coq 8.18 and MC2, and this is one of the blockers.
Thanks!
-
I'm trying to create an evaluation report on the `coq-projects/math-comp` project. The result is an uncaught coq_serapy.CoqExn that brings down the worker pool. I have tried to create a minimal exampl…
-
hello, can you please tell me why I cannot install math comp?
![image](https://github.com/user-attachments/assets/1a8036dc-106a-4bea-955e-d0e75d1809fb)
-
Since Coq 8.7 `ssrbool` is in Coq (full module name is `Coq.ssr.ssrbool`).
To avoid breaking compatibility with `From mathcomp Require Import ssrbool` and empty file was added to mathcomp (such file …
gares updated
6 years ago
-
> As an aside, it would be great to have some "reflection" tools in Coq-HoTT that let us quickly solve all of these goals involving group and ring laws. I heard that the Cubical Agda lib…
-
Play a bit with the extension on CompCert and Mathcomp, for example.
-
There are some typesettings problems. Find a way to make coqdoc not typeset notations in comments.
-
On `master`, when I do `From mathcomp Require Import fingroup ssralg` I get the error `Level 2 is already declared to have right associativity while it is now expected to have left associativity`. Thi…
-
The task is to implement signatures based on elliptic curves.
Here is what Jannik wrote so far:
## Quick Elliptic Curves heads up
It is literally a curve in a two dimensional space, and points…