-
Since the update to 2.3.0 I see on Homebrew this message:
```
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
…
-
### Description of the problem
Hi.
Sorry if this is an already known proof of false. I didn't find any reference to it.
By using `abstract` we abuse the check of `Proof using` at Qed (this is…
-
HaskellPlatform?-2012.4.0.0-setup.exe is very slow at adding things to PATH. It seemed to take it about 10-15 minutes to add about 5 things to PATH.\* What is it doing? It did not seem to be using an …
-
I came into a situation where I want to run coqtop.byte in ocamldebug to analyze some runtime behavior. From those plugins which I use from the Coq Platform, the Bignums syntax plugin is the only one …
-
The [dune](https://github.com/ocaml/dune) build system solves many problems with `make` and `coq_makefile` for Coq libraries and plugins, not least [flaky plugin builds](http://coq-blog.clarus.me/fixi…
-
## 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 …
-
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 …
-
I am on a new machine MacBook Pro (the troublemaker M1 chip...), on Ventura 13.0.1. I installed Coq 8.16 via the "from sources" method (as explained here: https://github.com/coq/platform/blob/2022.09.…
-
In the Coq Platform project (a sort of opam meta project) I get user reports with opam issues which essentially come from migration from an Intel Mac to an Apple M1 Mac. Under likely circumstances the…
-
This is follow up to #65
I found a way to make control-click work under Aquamacs. I am not Elisp hacker, so here is quick and dirty solution which works. Hopefully you can rework it and include into…