-
After running `make setup` and then changing the paths, when I try to run `dune build` I get the following error I am not sure how to resolve:
```
(base) talia@xenon-v4:~/coq-synthesis$ dune build…
-
I have goals with very large context. When hovering over tactics.
I mostly see the initial assumptions. Is there a way to activate some scrolling
or at least have the visible part concentrated on t…
thery updated
3 years ago
-
A use case: a PL semantics encoded as an inductive predicate. If that's not hard to add I'd appreciate some pointers :)
-
While doing some proofreading of the pdf before, I noticed that the typeclasses in `ordinals` are seemingly using the so-called semibundled approach when defining typeclasses, and not the *unbundled* …
-
We could try to set up alectryon for UniMath. The source of alectryon is at https://github.com/cpitclaudel/alectryon.
-
(This is proposed by @Bigstep22 in #1671 as it’s a prerequisite for adding Alectryon, but seems worth splitting out for separate discussion since it’s conceptually its own thing, and potentially impac…
-
Hi Emilio.
This is a follow up to https://github.com/coq/coq/issues/4834#issuecomment-655766329 (thanks for the quick response!)
One thing Alectryon is missing compared to coqdoc is hyperlinking…
-
Alectryon can render pretty versions of data structures like rbtrees,
integrating this feature from the compiler: https://github.com/leanprover/lean4/pull/1238
might allow us to do the same (https:/…
-
We're using Alectryon which depends on this.
-
# Release checklist #
## When the release managers for version `X.X` get nominated ##
- [x] Create a new issue to track the release process where you can copy-paste the present checklist from `d…