-
Distributing Alectryon as a PyPi package would make it easier to install. The steps are described here: https://packaging.python.org/tutorials/packaging-projects/
-
Because QC prints on stdout it's not possible to use Alectryon with it, please see https://github.com/cpitclaudel/alectryon/issues/43.
Since QC works on extracted OCaml code I don't know how hard (…
-
extracted from https://github.com/executablebooks/MyST-Parser/issues/342:
> I was surprised to see docutils 0.17 add experimental Markdown support using Recommonmark
ah I completely missed the r…
-
In our CI pipeline we set our `COQPATH` up so that it points to artifacts which we pull. Unfortunately, the only way that I've been able to get `sertop` to find these libraries is by adding something …
jhaag updated
3 years ago
-
I'd like to be able to suppress warnings for long lines. But there don't seem to be any relevant flags?
-
In coq scripts which contains identifiers with underscores, this character is directly put in the tex file (in particular in the \hypn latex command. For instance the hypothesis H_0 is translated in …
-
Given that there are changes planned upstream to the Ackermann library in hydra-battles (https://github.com/coq-community/hydra-battles/issues/31), this could be a good time to make a timestamp/releas…
-
Just use a `.v` file with
```
(** printing Derive %\coqdockw{Derive}% *)
```
coqdoc uses it to configure itself, so it doesn't appear in the output, while alectryon understands it as a comment. Th…
-
Here is a minimal example:
```
From QuickChick Require Import QuickChick.
QuickChick (fun _ : bool => true).
```
This gets stuck with the following error message:
```shell
$ alectryon.py --fr…
-
The [proviola docs](http://hott.github.io/HoTT/proviola-html/toc.html) are nice, but I wonder if we want more modern documentation. For example, with [Alectryon](https://plv.csail.mit.edu/blog/alectr…