-
## Expected Behavior
Starting with the files:
- `foo.v` containing `Require Extraction. Extraction "bar.ml" nat.` (it can also be empty)
- `dune-project` with a standard
```
(lang dune 3.16…
-
#### Description of the problem
I want to use `merlin-lib.kernel` as part of a project involving modifying the extraction plugin, I added it to the relevant `dune` file and ran `dune build …
-
**Issue by [kmcallister](https://github.com/kmcallister)**
_Friday Oct 31, 2014 at 20:30 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/18496_
_This issue was labelled w…
-
## Expected Behavior
No internal error occurs.
## Actual Behavior
```
Internal error, please report upstream including the contents of _build/log.
Description:
("Rule has targets in differen…
-
## Summary
When translating CN lemmas to Coq signed and unsigned ints are turned into `Z` making some true lemmas impossible to prove.
## Bug
When signed or unsigned integers in CN are export…
-
We should sandbox the extraction rules. We don't usually have many of them, so it would pay off to make sure they are sound.
-
It seems to be fairly common for Coq projects relying on extraction to need to patch some of the extracted files before proceeding to the OCaml side of the compilation.
One example of such a proce…
YaZko updated
2 years ago
-
branch `wip/coq-8.18`, using opam switch `coq.8.18`.
- [x] Forward port Bart's QuickChick fix. Opened PR https://github.com/QuickChick/QuickChick/pull/345
- [x] Forward port custom QuickChick patc…
-
I have a Clight program that is generated by Coq code which I pretty print via extraction.
Compiling this program via gcc raises no issue and the program behaves as expected.
Compiling this program …
-
From the manual (emphasis mine):
> The extraction of these primitives can be customized similarly to the extraction of regular axioms (see Program extraction). Nonetheless, the ExtrOCamlInt63 module …