-
In 325c84bd0d6d8aa73f529e6efb9753046f8da84c, files under NaturalModels, Syntax, and UMP.agda were removed because they didn't build anymore.
Fix-up UMP.agda and the other files.
https://github.c…
-
-
- [x] I have read [CONTRIBUTING.md](https://github.com/idris-lang/Idris2/blob/main/CONTRIBUTING.md).
- [x] I have checked that there is no existing PR/issue about my proposal.
## Summary
…
-
There is quite some duplication with agda-stdlib. One thing that could be factored out and be a dependendcy of both, is functional programming (data structures and algorithms) including reflection cod…
-
The `install_agda_user.bat` script is packed as part of the nightly build and released on GitHub. It uses the `setx` command to modify the `PATH` environment variable:
https://github.com/agda/agda/…
-
Weirdly, doctest-0.23 fails on my project with not-in-scope identifiers for just GHC 8.6 and 8.8, but succeeds for all other GHCs in the range 8.0 - 9.10:
E.g. https://github.com/BNFC/bnfc/actions…
-
Will it be possible to support logos of https://coq.inria.fr/ and https://agda.readthedocs.io/en/v2.6.1.3/ ?
They are both quite famous proof assistants, so it will be great if the support is possibl…
-
-
From: https://github.com/agda/agda/issues/7467#issuecomment-2326548333
```agda
data ⊥ : Set where
record R : Set where
eta-equality; inductive
field f : R
f : R → ⊥
f () -- Agda l…
-
The library still appears in this less-than-favorable form in Google's search results:
There's a few issues to point out that could be improved.
1. The site title is "Github Pages" rather th…