Idris2/tests/idris2/reg003/expected

32 lines
1.1 KiB
Plaintext
Raw Normal View History

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