-
Hi guys, quick question:
I want to reference your work for a slides assignment on Coq extractions,
where can I find the formulation of the fundamental theorem of algebra?
A simple grep of your repo…
-
@liyishuai Currently getting this problem when I run make in the Deepweb directory:
```
make[1]: Entering directory '/home/calvin/git/DeepWeb/src'
make -C Custom build
make[2]: Entering director…
-
#### Description of the problem
I left a bug minimization job running overnight, and I ran out of hard disk space because `Extraction TestCompile` called repeatedly resulted in a 32 GB `/tmp` f…
-
I'm also not sure it matches Coq's behavior on how it binds the current directory at all / uses `Top`.
@coqbot minimize
```bash
#!/usr/bin/env bash
mkdir foo
cd foo
echo 'Axiom A : Set.' > foo…
-
Everything in the library under `Basics` really belongs in its own library. A huge chunk of that is a whole category theory library.
The next step is to review existing implementations to see wheth…
-
Is it possible to implement naming the hypotheses when using lemma extraction, or at least keeping the names from the current proof goal.
For example (from the company-coq-tutorial):
``` coq
Lemm…
-
Hi,
the following call to ArbitrarySizedSuchThat
Derive ArbitrarySizedSuchThat for (fun t => isorted t).
goes wrong with error:
Error: The reference l was not found in the current envir…
-
### Description of the problem
Productive cofixpoints can produce diverging computations when extracted to OCaml. This was found out by Stephen Dolan during this discussion: https://github.com/sted…
-
#### Description of the problem
When extracting the following example to OCaml, the generated ml file does not compile:
```coq
Require Import Coq.Lists.List Coq.extraction.Extraction.
Cl…
-
Clement,
I don't know if this is better for PG or company-coq, or perhaps neither, but maybe you can give me some advice on how to go about creating it. The idea is to have a buffer that shows the e…