-
```
What's the problem? Cut-and-pasted program examples are preferred over
attachments (if reasonably short).
open import Size
data BTree : {i : Size} → Set where
leaf : ∀ {i} → BTree {↑ i}
node…
-
This is on Agda 2.4.2.3.20150913 (ghc-7.10.1).
Please, download it from
http://www.botik.ru/pub/local/Mechveliani/agdaNotes/question-sep23-2015.zip
This is on Agda 2.4.2.3.20150913 (ghc-7.10.1)…
-
As of https://github.com/rafalcieslak/CCoscope/commit/e34675e86e395343663e4ee14fa2488bd7612ac7 , when we look at the LLVM's IR our compiler produces on `examples/pow.cco`, we get
```
@0 = private unn…
-
Now that I know how the hell these work, we should add these. Will essentially mean switching to an `INDEXED_OPERATOR` signature, as follows:
``` sml
signature INDEXED_OPERATOR =
sig
include OPERAT…
-
Is the following an accurate description of the cumulative hierarchy of sets V (as found in Definition 10.5.1)?
**Definition.** Define V to be the inductively generated _set_ generated by $set : (\su…
-
```
I'm using Agda 2.3.0.1 with GHC 7.4.1 on OS X Lion.
The error message is (full version attached):
panic: error when printing error!
/Users/aristid/Code/relational/Relational.agda:66,3-67,14
Pani…
-
Currently pretty printing equations of open and closed type family equations is inconsistent:
```
Calling type family ‘Id’ is not allowed in injective type family equation:
IdProxy a -- Defi…
-
Please, look into
http://www.botik.ru/pub/local/Mechveliani/agdaNotes/question-sep15-2015.zip
(see README.agda there).
1. Agda-2.4.2.3.20150913 issues different type check reports for the two varian…
-
Hets fails to find Axioms in THF logic - it only finds the Theorem:
```
$ hets -o xml --full-signatures -a none -v2 -O /tmp/ +RTS -K1G -RTS --full-theories -A https://gist.githubusercontent.com/eugen…
-
Consider this definition:
``` haskell
type family Gc (a :: k) (b :: k) = r | r -> k where
Gc a b = Int
```
It should be rejected with an error message:
```
T6018failclosed12.hs:7:5:
Type fa…