mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
22 lines
443 B
Plaintext
22 lines
443 B
Plaintext
1/1: Building Error (Error.idr)
|
|
Error.idr:12:18--13:1: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
|
|
|
|
If Data.List.length: When unifying Nat and List ?a
|
|
Mismatch between:
|
|
Nat
|
|
and
|
|
List ?a
|
|
|
|
If Prelude.length: When unifying Nat and String
|
|
Mismatch between:
|
|
Nat
|
|
and
|
|
String
|
|
|