Idris2/tests/idris2/error003/expected
Giuseppe Lomurno 778d930f95 Updated tests
2020-06-13 16:51:05 +02:00

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
^