-
A quick search through the math-comp library shows some cloning constructors
use `idfun` and `id` in the same expression, e.g.
```
ssreflect/eqtype.v:134:Notation "[ 'eqType' 'of' T 'for' C ]" :=…
-
I'm trying to build from source, but `make` fails because it doesn't handle `hammer.mlg`.
```
[jayce@tracer coqhammer]$ make
coq_makefile -f _CoqProject -o Makefile.coq
Unknown option src/hammer.m…
-
I am trying to compile Coq-8.9.0 on Debian/PowerPC (big-endian architecture). I got the following error:
```
#=== ERROR while compiling coq.8.9.0 ==========================================#
# con…
-
#### Version
master (b98ae49d)
#### Operating system
Linux
#### Description of the problem
Consider the following example (took forever to minimize...)
```coq
Require Export U…
-
#### Version
Coq 8.8.0
#### Description of the problem
`destruct a, b, ... z` is [equivalent](https://coq.inria.fr/distrib/current/refman/proof-engine/tactics.html#coq:tacn.destruct) to `dest…
-
#### Version
```
The Coq Proof Assistant, version 8.8.2 (November 2018)
compiled on Nov 4 2018 11:41:44 with OCaml 4.06.1
```
#### Operating system
`Linux [...] 4.14.79 [...]-NixOS SMP…
-
#### Version
```
The Coq Proof Assistant, version 8.8.1 (September 2018)
compiled on Sep 1 2018 9:56:03 with OCaml 4.06.1
```
#### Operating system
```Linux [...] 4.14.67 [...]-NixOS SMP Fri …
-
The following warning appears to be interpreted as an error
```
Toplevel input, characters 0-50:
> Require Export UniMath.Foundations.NaturalNumbers.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^…
Mjiig updated
6 years ago
-
#### Version
8.10+alpha (788ff535ed27d5142cd18878f8478bfc161945cd)
#### Description of the problem
[This file](https://github.com/coq/coq/files/2526134/bug.v.gz) compiles fine with be144d…
-
We are aiming to try out Serapi serialization/deserialization on some large-scale Coq projects, but first we want to ensure it works correctly on some smaller projects manually. The general theme we'r…