-
Hi,
I was trying to load your library with `Agda version 2.5.1`, standard library `v0.12` and agda-base at 823c684 (2016-06-19) but it could not compile with error
/agda-categories/category/c…
-
Cubical Agda
https://ift.tt/2BX4f9N
mortberg
Last year I wrote a post about cubicaltt on this blog. Since then there have been a lot of exciting developments in the world of cubes. In particular…
-
> Maybe the class should have a MINIMAL pragma now that it has default implementations.
> (Otherwise we can define `instance Pretty Foo` and happily busy-loop.)
_Originally posted by @andreasabe…
-
## How to reproduce
1. Press `ctrl-c ctrl-n` to open the input field for normalizing an expression.
2. Put the cursor into the input field if it is not already there and press **enter** or **escape*…
-
Got an __IMPOSSIBLE__ on an incomplete program when using Agda version 2.7.0.1 . minimal example:
```
module Repro where
f g : ∀ x → ? ?
```
Gets me:
```
Location of the error: __IMPOSSIBLE…
-
Here is a minimal example of the issue reported by @heinrichapfelmus in https://github.com/agda/agda2hs/issues/366#issuecomment-2388803272:
```agda
open import Haskell.Prelude
member : ∀ {a : Set…
-
### What did you expect to happen?
`agda2-mode` provides translations for many unicode characters via quail (e.g. `\bN` to form `ℕ`). These work perfectly fine in `agda2-mode` buffers. I expect these…
-
I am on Windows 10 and I want to write some Agda code.
The [HoTT Game](https://thehottgameguide.readthedocs.io/en/latest/index.html) [recommends](https://thehottgameguide.readthedocs.io/en/latest/g…
-
https://github.com/agda/agda/issues/3805
-
So far, we have `.agda` files. However, it might be worth using [Literate Agda](https://agda.readthedocs.io/en/latest/tools/literate-programming.html) files `.lagda.md`, which lets us:
- include pros…