-
https://www.cse.chalmers.se/~ulfn/papers/afp08/tutorial.pdf
-
Agda c6de41e compiles this code
```agda
{-# OPTIONS --guardedness #-}
open import Agda.Builtin.Nat
record Stream : Set where
coinductive
field head : Nat
field tail : Stream
open S…
-
In recent work I spent more time trying to properly typeset Agda tokens that appear in documentation than on making sure the prose is correct and well-written.
To address this, I suggest we develop…
-
I am the package maintainer for Agda and Agda-stdlib in Fedora Linux...
I don't use them a lot these days and today I realised that the Agda-stdlib package hasn't been "working" since the release of …
-
I noticed literate-agda files also use markdown sometimes (for example: https://raw.githubusercontent.com/plfa/plfa.github.io/dev/src/plfa/part1/Naturals.lagda.md).
Would supporting that look somew…
-
The associativity of implication, `A ⇒ B`, is wrong, since it differs from that of `A -> B`.
```
Reserved Notation "A ⇒ B" (at level 95, no associativity).
(* to input: type "\Rightarrow" or "\r…
-
- [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
…
-
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…
-
With 8.6 we seem to have most of the technology to create agda style term construction.
[agda manual](http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.QuickGuideToEditingTypeCheckingAndCompiling…
-