File tree 2 files changed +1
-19
lines changed
cli-impl/src/test/resources/negative
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -190,15 +190,6 @@ Error: Unable to solve the type of this literal:
190
190
Let's learn from that.
191
191
192
192
NonPattern:
193
- In file C:\Users\hoshino\Documents\Projects\project-aya\aya-dev\cli-impl\src\test\resources\shared\src\data\vec\base.aya:5:6 ->
194
-
195
- 3 │ open inductive Vec (n : Nat) (A : Type) elim n
196
- 4 │ | 0 => []
197
- 5 │ | suc n => infixr :> A (Vec n A)
198
- │ ╰╯
199
-
200
- Warning: The name `n` shadows a previous local definition from outer scope
201
-
202
193
In file $FILE:9:3 ->
203
194
204
195
6 │ def ++-assoc-type (xs : Vec n A) (ys : Vec m A) (zs : Vec o A)
Original file line number Diff line number Diff line change @@ -13,15 +13,6 @@ Error: Unknown constructor
13
13
Let's learn from that.
14
14
15
15
SelectionFailed:
16
- In file C:\Users\hoshino\Documents\Projects\project-aya\aya-dev\cli-impl\src\test\resources\shared\src\data\vec\base.aya:5:6 ->
17
-
18
- 3 │ open inductive Vec (n : Nat) (A : Type) elim n
19
- 4 │ | 0 => []
20
- 5 │ | suc n => infixr :> A (Vec n A)
21
- │ ╰╯
22
-
23
- Warning: The name `n` shadows a previous local definition from outer scope
24
-
25
16
In file $FILE:4:2 ->
26
17
27
18
2 │ open import data::vec::base
@@ -46,7 +37,7 @@ Error: I'm unsure if there should be a case for
46
37
as index unification is blocked for type
47
38
Vec (<n> + <n>) A
48
39
49
- 2 error(s), 1 warning(s).
40
+ 2 error(s), 0 warning(s).
50
41
Let's learn from that.
51
42
52
43
SelectionBlocked:
You can’t perform that action at this time.
0 commit comments