-
### Initial Concept
1. **Symbolic Assignments**:
- We started by assigning symbolic meanings to prime numbers, connecting them to concepts like cognition, cosmos, life, human expression, informat…
-
## Expected Behavior
When building Coq plugins using Dune, it should be possible to define custom tactics without issues, and that necessitates the use of the `coq-core.plugins.ltac` library, like …
-
#### Description of the problem
The following forever `loop` does not extract correctly:
```
Fixpoint loop X Y (x : X) (C : False) : Y := loop _ _ x (match C with end).
Check loop.
Pr…
-
#### Description of the problem
```coq
Require Import List.
Local Notation "." := (tt) (only printing).
Local Notation "" := nil (only printing).
Local Notation "a b" := (cons a b) (format …
-
coqc version: 8.11
quickchick version: 1.3.2
When I run the sample program below I get the error "Could not compile test program"
```
From Coq Require Import Int63.
From QuickChick Require Impo…
-
#### Description of the problem
Here are the library names of the helper libraries for OCaml extraction:
`ExtrOCamlFloats.v`
`ExtrOCamlInt63.v`
`ExtrOCamlPArray.v`
`ExtrOcamlBasic.v`
`ExtrOc…
-
@raoxiaojia and others, with @jeanpichon we are discussing how to host the work on certicoq-wasm with @womeier for posterity.
We're considering Coq community as, personally, I have very good experien…
-
#### Description of the problem
Consider the following project setup:
-----
```
$ cat _CoqProject
```
```
-I .
plugin.mlpack
plugin_code.ml4
plugin.v
```
-----
```
$ cat Makefile…
-
I'm currently trying to replicate the extraction from an EMNIST network to MLCert. This is as far as I've gotten trying to get the code in NNCert to work, patching things up as I go:
1. Install [Mi…
-
Write a program which takes a Halo 2 circuit represented as a Coq value and outputs Rust code for building and interacting with that circuit.