-
For the School on Univalent Mathematics at Cortona in July 2022, @amato-gianluca and @maggesi (I believe) wrote very good installation instructions for precompiled Coq and UniMath.
These instructio…
-
On a brand new Mac with only plain MacPorts (but no ports) installed, building z3 failed when compiling python code.
The issue is that:
- the macOS builtin python3 puts compiled files under /Users…
-
#### Description of the problem
I'm not sure it's a bug.
I often put coqdoc comments "(** ... *)" and "details" blocks inside long, indented proofs.
In the html output, they appear without ind…
-
#### Description of the problem
On the following small script, `coqdoc -g --html fails` with
`Fatal error: exception Stdlib.Stack.Empty`
```coq
Require Import Arith.
Lemma test (n: nat) …
-
The default branch is currently coq-8.16. this can be changed by admins at https://github.com/metacoq/metacoq/settings
-
My issue is about [Mobile]
flutter_quill: ^7.4.6
flutter version: 3.13.4
Where are experiencing these errors on our app, stack trace via crashlytics.
Not sure how to reproduce. But they are ha…
-
Running
```
sudo apt-get update -y
sudo apt-get install -y python3 python3-pip
python3 -m pip install pyinstaller
```
works find on [Coq 8.4](https://github.com/JasonGross/coq-tools/actions/runs…
-
I have a rather mysterious issue: since an update of LXD (I think - it is the only obvious change) an `opam pin` command dies with exit code 120 in the Coq Platform CI. This did run daily for years wi…
-
The latest version of **vst** here is **2.2** which requires **compcert.3.3** and **coq.8.8.0**. The latest stable version in dev-repo is **vst.2.4**, requiring **compcert.3.5** and **coq.8.9.1**. Co…
-
**Summary of oustanding dune issues on June 5**
- dune should generate `coqide` and `coqidetop` rather than `coqide.exe` and `coqidetop.exe`
- a build with `make -f Makefile.dune world` and `dune …