Idris2/tests/idris2/reg003/expected

25 lines
449 B
Plaintext
Raw Normal View History

1/1: Building Holes (Holes.idr)
Warning: Unreachable clause: f True
Holes:12:1--12:7
2021-02-11 20:24:26 +03:00
08 | Weird v = Vect_ext ?hole0 ?hole1 ?hole2
09 |
10 | f : Bool -> Nat
2020-07-22 22:16:43 +03:00
11 | f True = 0
12 | f True = ?help
^^^^^^
Main> Main.help : Nat
Main> 0 a : Type
0 n : Nat
v : Vect n a
------------------------------
hole0 : Vect n a
Main> 0 a : Type
0 n : Nat
v : Vect n a
------------------------------
hole1 : Vect n a
Main> v
Main> Bye for now!