-
IF i use import it gives me every time a stupid error saying c´something is wrong!
I just wanna use Nbt why just have mods that stupid nbt!
-
We brewed the right potionse, but for some reason we got instant health 2 potion with a different damage value than the one in the nei, and it was enough make it useless in the crafting. The data was …
-
I ran into another example which takes ages to type check. Here's the code
```
> import Syntax.PreorderReasoning
> import NonNegRational
> import NonNegRationalBasicOperations
> import NonNegRationa…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#2514
From: @silene
Reported version: 8.5
CC: @aspiwack, @fpottier, @tebbi
See also: [BZ#2215](https://github…
-
Hello,
I have stumbled into errors on several files while doing some tests.
**This issue will be updated with further details**
They are all analyzed files but I haven't check the errors on all…
Nynko updated
2 years ago
-
# Steps to Reproduce
Using Idris 1.1.1
Write this main.idr:
```idris
module Main
%language ElabReflection
a : Not (Int = String)
a = ?l
```
Run these commands
```
$ idris
*main> :loa…
-
The program
```
> import Syntax.PreorderReasoning
> %default total
> rev' : (xs : List a) -> (ys : List a) -> List a
> rev' acc [] = acc
> rev' acc (x :: xs) = rev' (x :: acc) xs
> rev : L…
-
I have noticed this when pushing my change to example.cnf: https://github.com/freemint/freemint/commit/40b7496d8e9407ba580b23d00ba947077f32dc32.
Now XaAES makes TeraDesk the default application on …
-
In basics.tex, line 1372 (proof of 2.6.4 in the book), the proof concludes with
```
Thus, it remains to show $x = (\proj1 x, \proj2x)$.
But this is the propositional uniqueness principle for …
tbrs2 updated
2 years ago
-
I think the functor and all it's attendant pieces and parts should be extracted into a separate gem.
I've been making a start at updating the tests and qed demos of facets. Right now I think all of…