Closed m-rinaldi closed 5 months ago
The following length:
length
length : Vect n elem -> Nat length {n} xs = n
produces the following error on Idris 2:
Error: While processing right hand side of length. n is not accessible in this context.
n
Turning n into a bound implicit name behaves as described in the book.
No
Description
The following
length
:produces the following error on Idris 2:
Turning
n
into a bound implicit name behaves as described in the book.Should this change go in the CHANGELOG?
No