mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
1/1: Building Error (Error.idr)
|
|
Error: While processing right hand side of wrong. Undefined name ys.
|
|
|
|
Error.idr:6:17--6:19
|
|
2 | Nil : Vect Z a
|
|
3 | (::) : a -> Vect k a -> Vect (S k) a
|
|
4 |
|
|
5 | wrong : a -> Vect (S n) a -> Vect (S n) a
|
|
6 | wrong xs = x :: ys
|
|
^^
|
|
|