-
I'd like to propose a feature request for coq-of-ocaml support. See the corresponding issue: https://github.com/formal-land/coq-of-ocaml/issues/219
# What is coq-of-ocaml
[coq-of-ocaml](https://…
-
_Before filing a new issue, please **provide the following information**._
_If you think that your issue is an exploitable security vulnerability, please mail your bugreport to security@parity.io i…
-
### Description of the problem
In the following ssreflect example `apply:` fails with
```
Could not fill dependent hole in "apply"
```
while non-ssreflect apply tactics succeed.
### Small Co…
-
This is a fun bug.
Both of these files are compiled correctly by coqc, and both can be stepped through interactively by Coqoon. However, when compiling these files, the second of these files trips up…
-
Step 2.F.iii.c doesn't say if result should be appended with or without a space. The rest of the algorithm is more specific.
Related to this are the tests like:
```
...
(QED)
...
…
-
#### Description of the problem
Can someone explain this error message to me?
```coq
Require Import Coq.ZArith.ZArith.
Require Import Coq.Lists.List.
Require Import Coq.Setoids.Setoid.
Req…
-
The reason I am opening this issue is that I saw this technique [recommended online](https://twitter.com/SamuelGWalters/status/1574508456039841792), and noticed latexml can't emulate it. Definitely no…
-
Note: the issue was imported automatically using json2github.py
Original issue: psteckler/ProofGeneral#83
Opened by: @RalfJung
Depending on which kinds of edits I do to a proof further "up" in the d…
-
Hi,
This is a really amazing tool, thank you for making it! I may be using it incorrectly, but when I try to invoke it as:
```shell
alectryon --frontend coq --coqc-arg=-noinit --coqc-arg=-indic…
-
Example
```coq
From HB Require Import structures.
From Coq Require Import Relations Morphisms.
HB.mixin Record hasEquiv A := { equiv : relation A }.
HB.structure Definition Equiv := { A of hasE…