2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Error (Error.idr)
|
2020-07-28 15:11:42 +03:00
|
|
|
Error: While processing right hand side of wrong. 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.
|
|
|
|
|
|
|
|
Error.idr:12:18--12:19
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
12 | wrong x = length x
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
If Prelude.List.length: When unifying Nat and List ?a.
|
|
|
|
Mismatch between: Nat and List ?a.
|
2020-05-19 20:25:18 +03:00
|
|
|
|
2020-07-28 15:11:42 +03:00
|
|
|
Error.idr:12:18--12:19
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
12 | wrong x = length x
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
If Prelude.Strings.length: When unifying Nat and String.
|
|
|
|
Mismatch between: Nat and String.
|
2020-05-19 20:25:18 +03:00
|
|
|
|
2020-07-28 15:11:42 +03:00
|
|
|
Error.idr:12:18--12:19
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
12 | wrong x = length x
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^
|
2020-05-19 20:25:18 +03:00
|
|
|
|