Skip to content

Commit 5634d92

Browse files
committed
fix: what did I just push??
1 parent 6253f37 commit 5634d92

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Diff for: cli-impl/src/test/resources/negative/GoalAndMeta.txt

-9
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,6 @@ Error: Unable to solve the type of this literal:
190190
Let's learn from that.
191191

192192
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-
202193
In file $FILE:9:3 ->
203194

204195
6 │ def ++-assoc-type (xs : Vec n A) (ys : Vec m A) (zs : Vec o A)

Diff for: cli-impl/src/test/resources/negative/PatTyckError.txt

+1-10
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ Error: Unknown constructor
1313
Let's learn from that.
1414

1515
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-
2516
In file $FILE:4:2 ->
2617

2718
2 │ open import data::vec::base
@@ -46,7 +37,7 @@ Error: I'm unsure if there should be a case for
4637
as index unification is blocked for type
4738
Vec (<n> + <n>) A
4839

49-
2 error(s), 1 warning(s).
40+
2 error(s), 0 warning(s).
5041
Let's learn from that.
5142

5243
SelectionBlocked:

0 commit comments

Comments
 (0)