-
Before `(coq lang 1.0)` we need to ensure that we are testing all possible configurations of Coq Dune projects.
It seems there are quite a few, let's study the variables:
- composition: single the…
-
Sometimes even if the directory structure does not change, the IQR flags do. We do not currently have a means to detect this situation as a health-check pre-build to trigger inference of SerAPI option…
-
Hi, very nice project!
Next week I will be at the [11th MirageOS retreat](http://retreat.mirage.io/); my project for the week would be to try to look at FSCQ and see how hard it would be to extract…
-
#### Version
8.8.1
#### Operating system
Linux 4.15.0-34-generic #37~16.04.1-Ubuntu SMP Tue Aug 28 10:44:06 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
#### Description of the problem
The foll…
-
Dear Dune devs,
some OCaml flags such as `-inlining-report` will generate extra development files, however, as noted in coq/coq#8651 , Dune is not aware of the extra targets thus some problems may …
-
#### Description of the problem
In Makefile.conf, I see
```
COQMF_LOCAL=0
COQMF_COQLIB=D:\Coq-8.10/lib/coq/
COQMF_DOCDIR=D:\Coq-8.10/doc/
COQMF_OCAMLFIND=C:\ci\cygwin64_27101_29830\usr\x86…
-
#### Description of the problem
(See [here](https://github.com/dunnl/coq-issue-12043) for a minimal working example with instructions.)
I cannot extract a library *Foo.v* which contains a `Mod…
dunnl updated
4 years ago
-
Tracking error reported by @ejgallego in https://github.com/ocaml-bench/sandmark/issues/248#issuecomment-914369736.
Steps for reproduction:
1. Clone the multicore support branch from https://githu…
-
Summary of our discussion:
Project Goal:
Utilize a large language model (LLM) to explore and potentially create a "class of classes" within a self-descriptive hierarchy using Coq.
Derive methods an…
-
During reading of `semantics.md` and encoding the rules in dhall-python implementation I realized that I'm doing quite a mindless work there. I thought that a transpiler should be doing it instead of …