alectryon icon indicating copy to clipboard operation
alectryon copied to clipboard

Question: Can I use it with Lean 4?

Open vyorkin opened this issue 1 month ago • 1 comments

Hi! Works great with Coq! I wonder if it is possible to use it with Lean 4. The readme and this commit says it is supported but I couldn't figure out how to run it.

Running smth like this:

alectryon Proofs/Basic.lean --frontend lean4

Gives me error:

alectryon: error: argument --frontend: invalid choice: 'lean4' (choose from 'coq', 'coq+rst', 'coq.io.json', 'coq.json', 'coqdoc', 'json', 'md', 'rst')
❯ alectryon --version
Alectryon v1.4.0

Or it is better to use https://github.com/leanprover/verso instead?

vyorkin avatar Nov 07 '25 13:11 vyorkin

Ah, I see, the latest release doesn't support lean4 frontend. I had to install alectryon from a local clone and then it asks for leanInk

vyorkin avatar Nov 08 '25 15:11 vyorkin