-
As discussed in https://github.com/agda/agda-stdlib/pull/2334 we don't currently have a policy about when imports should use an explicit `using` statement and when it's fine to open the whole module. …
-
- ~~General Syntax Highlighting~~ (by [language-agda](https://atom.io/packages/language-agda))
- Custom Syntax Highlighting (generated dynamically by Agda per source)
-
Hi all, beginner question here...
I am trying to prepare a script that deletes everything that was installed by Cabal and Stack and reinstalls everything again, where this "everything" that I inst…
-
@UlfNorell, please have a look at this comment and update it to the current situation:
https://github.com/agda/agda/blob/5d25cf8ef920310341a782b11bb51ad7462a2902/src/full/Agda/TypeChecking/Rules/Term…
-
_From [nils.anders.danielsson](https://code.google.com/u/nils.anders.danielsson/) on August 03, 2009 18:30:11_
Run the following command (on a suitable system):
(echo -e "module A where\npostulate…
-
_From [nils.anders.danielsson](https://code.google.com/u/nils.anders.danielsson/) on May 06, 2012 19:39:08_
A.agda:
module A where
open import B
B.agda:
module B where
S : Set
S = Set
…
-
Implication, like `xor` is derivable. We go through various hoops to derive `xor` generically for any boolean algebra below:
https://github.com/agda/agda-stdlib/blob/69c808fa1491eaff678cb9e29961e60…
-
I am seeing a long warning about `cabal-version` as just the _user_ of a third-party package:
```
In order, the following will be built (use -v for more details):
- peano-0.1.0.1 (lib) (requires b…
-
```agda
{-# OPTIONS --cubical #-}
open import Agda.Builtin.Cubical.Path
open import Agda.Builtin.Nat
open import Agda.Builtin.Reflection
open import Agda.Builtin.Unit
module Bug where
macro…
-
When defining an unboxed record, one gets to define new instances for type classes on the Agda side. Those instances never get compiled, and code that uses instances over boxed values will compile to …
flupe updated
1 month ago