-
Hi @erikmd I thought you said somewhere there was a reason for not having a docker build for mathcomp on coq 8.9, could you remind me what it is?
-
### Steps to reproduce the issue
```
# This is not specific to dune, it is just an example package with a committed dune.opam
$ opam pin add -n -y -k git dune "https://github.com/ocaml/dune#a84b9…
-
Coq's `rewrite` tactic supports rewriting with partial orders, but in case of ssr's `rewrite` tactic this does not seem to work. For example:
```
Require Import Arith NPeano.
Require Import mathcomp.…
-
As part of the stdlib2 project, I plan to take/adapt code from at least:
- the current stdlib (LGPL 2.1)
- the mathcomp library (Cecill B)
- stdpp (BSD)
- coq-ext-lib (FreeBSD)
So I'll probably…
-
In a local Coq installation, running
```coq
Print Libraries.
Load Bool.
Print Libraries.
```
Gives
```
Loaded and imported library files:
Coq.Init.Notations
Coq.Init.Logic
Coq.…
-
When trying to follow these instructions: https://github.com/math-comp/math-comp/blob/master/INSTALL.md#compilation-and-installation-of-a-custom-version-using-opam, I get the error given below.
As fa…
-
Dear MathComp developers,
This issue is basically a follow-up of the discussion started in https://github.com/CoqEAL/CoqEAL/pull/12 regarding the use of Docker images in the CI of MathComp-based proj…
-
Following yesterday's meeting, I've taken a look at the GitLab CI doc https://docs.gitlab.com/ce/ci/yaml/ and it should be possible to slightly edit the `.gitlab-ci.yml` file (i.e. no need for separat…
-
Hello
I am a bit puzzled by the following behavior.
```
Inductive foo: Type :=
| Foo: forall {A: Type}, A -> foo.
(* Notice that A is implicit in Foo *)
(* The following naturally works: *)
…
YaZko updated
5 years ago
-
Since 8.8, some compatibility aliases are emitting deprecation warnings. The fixes in projects that use them are trivial and clearly explained in the warning message: the typical example is replacing …