2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Eta (Eta.idr)
|
2020-07-28 15:11:42 +03:00
|
|
|
Error: While processing right hand side of etaBad. When
|
|
|
|
unifying \x => (\y => (MkTest ?_ ?_)) = \x => (\y => (MkTest ?_ ?_)) and MkTest = \x => (\y => (MkTest ?_ ?_)).
|
|
|
|
Mismatch between: Nat and Int.
|
|
|
|
|
|
|
|
Eta.idr:14:10--14:14
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
14 | etaBad = Refl
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^^^^
|
|
|
|
|
2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Eta2 (Eta2.idr)
|
2020-07-28 15:11:42 +03:00
|
|
|
Error: While processing right hand side of test. When unifying \x => (S ?_) = \x => (S ?_) and S = \x => (S ?_).
|
|
|
|
Mismatch between: a and Nat.
|
|
|
|
|
|
|
|
Eta2.idr:2:8--2:12
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
2 | test = Refl
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
Error: While processing right hand side of test2. When unifying \x => (S ?_) = \x => (S ?_) and S = \x => (S ?_).
|
|
|
|
Mismatch between: a and Nat.
|
|
|
|
|
|
|
|
Eta2.idr:5:44--5:48
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
5 | test2 = {a : _} -> the (S = \x : a => S _) Refl
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^^^^
|
|
|
|
|