-
It might be a good idea to use literate Agda files for the documentation thus making the generated HTML prettier. This is made possible by #1.
There are several options for literate programming in…
-
As suggested by @mietek: it would be nice to be able to declare DISPLAY rules for
the special case where a function is constant. For instance:
```agda
open import Agda.Builtin.Sigma
open import …
-
As a maintainer of `geniplate-mirror` and `Agda,` I'd like to stop maintaining geniplate-mirror after the latest version compatible with GHC 9.8.2 is released.
This package had been used mainly by …
-
The record-expression-to-copatterns translation currently does not kick in for records with irrelevant fields:
https://github.com/agda/agda/blob/d854cc9aebe80012c00ec75fa68ccad63efa57b4/src/full/Agda…
-
**Describe the bug**
Trying to _manually_ (because included `Makefile` forces `v1-` commands) build [Agda](https://github.com/agda/agda.git) from source, I'm getting the following error:
```
$ ca…
-
Hi, this is a ping that the module `Data.Nat.Properties.Simple` will be removed in the upcoming release of v1.0 the standard library. The module has been deprecated since v0.14.
If you wish to cont…
-
As [documented][1], `cabal install Agda` — fails for me in the .agdai post-compilation step.
> [...]
> Installing executable agda in /home/ulidtko/.cabal/store/ghc-9.6.3/incoming/new-2416496/home/…
-
I'm trying to play the ["HoTT Game"](https://thehottgameguide.readthedocs.io), and this uses cubical-0.3. When trying to load the first file, however, I get a parse error:
`.../cubical-0.3/Cubical/…
-
Prebuilt language server on Ubuntu is reportedly having some linking problems (see https://github.com/banacorn/agda-mode-vscode/issues/68#issuecomment-938044062).
We should bundle DLLs on Ubuntu li…
-
Hiya!
https://agda.readthedocs.io/en/v2.6.1/language/syntactic-sugar.html#idiom-brackets describes idiom brackets in Agda, where `pure` and `__` are dusugared from syntax like `(| f a b |)` to `pu…