Idris2/tests/idris2/reg003/expected

40 lines
1.1 KiB
Plaintext
Raw Normal View History

1/1: Building Holes (Holes.idr)
Holes.idr:4:64--4:85:While processing type of Vect_ext at Holes.idr:4:1--7:1:
2020-06-11 23:46:36 +03:00
Undefined name ~=~ at:
4 Vect_ext : (v : Vect n a) -> (w : Vect n a) -> ((i : Fin n) -> index i v = index i w)
^^^^^^^^^^^^^^^^^^^^^
Holes.idr:7:26--8:1:While processing type of Weird at Holes.idr:7:1--8:1:
2020-06-11 23:46:36 +03:00
Undefined name ~=~ at:
7 Weird : (v: Vect n a) -> v = v
8 Weird v = Vect_ext ?hole0 ?hole1 ?hole2
Holes.idr:8:1--10:1:No type declaration for Main.Weird at:
8 Weird v = Vect_ext ?hole0 ?hole1 ?hole2
9
10 f : Bool -> Nat
Holes.idr:10:5--10:10:While processing type of f at Holes.idr:10:1--11:1:
2020-06-11 23:46:36 +03:00
Undefined name Bool at:
10 f : Bool -> Nat
^^^^^
Holes.idr:11:1--12:1:No type declaration for Main.f at:
11 f True = 0
12 f True = ?help
Main> (interactive):1:4--1:8:Undefined name help at:
1 :t help
^^^^
Main> (interactive):1:4--1:9:Undefined name hole0 at:
1 :t hole0
^^^^^
Main> (interactive):1:4--1:9:Undefined name hole1 at:
1 :t hole1
^^^^^
Main> Unknown name hole1
Main> Bye for now!