mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
34 lines
585 B
Plaintext
34 lines
585 B
Plaintext
1/1: Building Error (Error.idr)
|
|
Error.idr:12:18--12:19:While processing right hand side of wrong at Error.idr:12:1--13:1:
|
|
Sorry, I can't find any elaboration which works. All errors:
|
|
If Main.length: When unifying Nat and Vect ?n ?a
|
|
Mismatch between:
|
|
Nat
|
|
and
|
|
Vect ?n ?a
|
|
at:
|
|
12 wrong x = length x
|
|
^
|
|
|
|
|
|
If Data.List.length: When unifying Nat and List ?a
|
|
Mismatch between:
|
|
Nat
|
|
and
|
|
List ?a
|
|
at:
|
|
12 wrong x = length x
|
|
^
|
|
|
|
|
|
If Prelude.length: When unifying Nat and String
|
|
Mismatch between:
|
|
Nat
|
|
and
|
|
String
|
|
at:
|
|
12 wrong x = length x
|
|
^
|
|
|
|
|