-
## Description
In the following definition, only the `Nat`s outside the match seem to carry metadata
```lean
example : Nat → Nat
| 0 => 0
| n + 1 => by exact n
```
## Expected behaviour
…
-
# Task
Take a look at the specifications and documentation of alectryon and figure out its extensibility.
Important points:
- How well does alectryon allow us to use the json format provided b…
-
@palmskog @cpitclaudel @start974 @Zimmi48
We think that the JFLA (French speaking workshop on functional languages (http://jfla.inria.fr/jfla2022.html) would be a nice opportunity to present the …
-
## Description
This issues shortly describes a proposal for the CLI of LeanInk.
## Detailed behaviour
Following commands should be implementation:
### Commands
#### Generate
`lea…
-
## Description
To execute a lean file, we need to load the local search paths to get access to Lean module, most importantly the `Init` module.
## Detailed behaviour
We can either manuall…
-
I've already installed `coq-serapi` with `opam`, but when I try to run `alectryon` it says that `sertop` needs to be installed.
But if I try to run the proposed command, it says that `coq-serapi` is …
-
Follow-up of issue https://github.com/cpitclaudel/alectryon/issues/39 (opened by @Bruno-366)
Cc @cpitclaudel @Zimmi48 FYI
-
(again related to my testing of #66)
On macOS, `python3 setup.py install` installs alectryon files in two directories: `alectryon-1.3.1-py3.9.egg alectryon-1.3.1.dist-info`. However, the pip packag…
-
Hi, it would be useful to add a -dev for alectryon --version when updating from the git repo
In other words
```
➜ docs git:(main) ✗ alectryon --version
Alectryon v1.3.1
```
should report v1…
-
Hi,
TL;DR: `--copy-assets copy` copies assets in the input directory. I would have imagined it should copy them in an output directory if provided.
Imagine the following directory structure
…