-
[Graph Theory](https://github.com/coq-community/graph-theory) is a library for graph theory based on the Mathematical Components library, including various standard results from the literature (e.g., …
-
Currently `Program` cannot be used without loading the Coq standard library. Writing something like this with `-noinit` demonstrates the issue:
```coq
Program Definition test : Type := Type.
(** …
-
We had initially added an option for translating Cryptol vectors as Coq lists, ignoring indices.
This might not be useful in practice: almost no proof can be done on the output code, as we lose the…
-
**Project name:** coq-primitive
**Initial author(s):** The Coq development team, INRIA, CNRS, and contributors
**Current URL:** https://github.com/palmskog/coq-primitive
**Kind:** OCaml libra…
-
Hey there, I'm encountering the following error when `peekaboo#peek` from the plugin [`vim-peekaboo`](https://github.com/junegunn/vim-peekaboo)
```
Traceback (most recent call last): …
-
Coq uses findlib to find and dynlink to load plugins. However if an OCaml library depends on another, we do not pass this information to Coq and Coq isn't clever enough to figure out where things are.…
-
[Coq Library of Undecidability Proofs](https://github.com/uds-psl/coq-library-undecidability) is a collection of definitions and results related to computability, not least the halting problem. For ex…
-
Generally useful Coq code is often fragmented into many projects working at different levels of abstraction. For example, Coq code with results about primes may be part of a program verification proje…
-
## Desired Behavior
I would like to be able to use `action` together with `instrumentation`. I am compiling OCaml extracted from Coq and want to profile it. Unfortunately, due to https://github.co…
-
The following file `test.v`:
```
From mathcomp Require Import all_ssreflect.
From HB Require Import structures.
```
compiled with the following command:
`alectryon --frontend coq+rst --backe…