-
Based on the usual [installation](https://agda.readthedocs.io/en/latest/getting-started/installation.html)?
-
`withError` lacks a `@since` annotation: https://hackage.haskell.org/package/mtl-2.3.1/docs/Control-Monad-Error-Class.html#v:withError
I think this hasn't been in `mtl` forever, e.g. missing still in…
-
For each formalized proof within the embedded DSL, we should include the syntactic proofs as they appear internal to the type theory.
We can either include these as comments; or, perhaps preferabl…
-
Be able to parse external files
The most likely path forward to this is integrating the Agda standard library's `IO` module. Although, I had some issues compiling a hello world example.
Unsure i…
-
Similar to https://github.com/agda/agda/issues/7599
The [Linux build](https://github.com/agda/agda/releases/download/v2.7.0.1/Agda-v2.7.0.1-linux.tar.xz) fails to execute on my Ubuntu ARM machine
…
-
After loading an agda file, and opening another file with `:CornelisGoToDefinition`, the syntax information in the original agda file is lost and goto def will no longer work.
This appears to also oc…
-
It may be worth looking at this one:
https://github.com/omelkonian/agda2rust/
-
Hi. I'm trying to use [erased annotations](https://agda.readthedocs.io/en/v2.7.0.1/language/runtime-irrelevance.html) but as I can see agda stdlib doesn't really support them. What I stumbled upon so …
-
**Is your feature request related to a problem? Please describe.**
Sadly, we use choice in the proof of completeness, to pick a substitution which "lifts" an interpretation into the free magma quotie…
-
I am just starting to use Agda, so I appreciate your patience.
I am using neovim and packer, and packer shows that I've loaded the package and the file type is set to `agda`. However, none of the c…