Idris2/tests/idris2/basic016/expected

33 lines
798 B
Plaintext
Raw Normal View History

1/1: Building Eta (Eta.idr)
2020-06-13 17:51:05 +03:00
Eta.idr:14:10--14:14:While processing right hand side of etaBad at Eta.idr:14:1--15:1:
When unifying \x => \y => MkTest ?_ ?_ = \x => \y => MkTest ?_ ?_ and MkTest = \x => \y => MkTest ?_ ?_
Mismatch between:
Nat
and
Integer
2020-06-11 23:46:36 +03:00
at:
14 etaBad = Refl
2020-06-13 17:51:05 +03:00
^^^^
2020-06-11 23:46:36 +03:00
1/1: Building Eta2 (Eta2.idr)
2020-06-13 17:51:05 +03:00
Eta2.idr:2:8--2:12:While processing right hand side of test at Eta2.idr:2:1--4:1:
When unifying \x => S ?_ = \x => S ?_ and S = \x => S ?_
Mismatch between:
a
and
Nat
2020-06-11 23:46:36 +03:00
at:
2 test = Refl
2020-06-13 17:51:05 +03:00
^^^^
2020-06-11 23:46:36 +03:00
2020-06-13 17:51:05 +03:00
Eta2.idr:5:44--5:48:While processing right hand side of test2 at Eta2.idr:5:1--6:1:
When unifying \x => S ?_ = \x => S ?_ and S = \x => S ?_
Mismatch between:
a
and
Nat
2020-06-11 23:46:36 +03:00
at:
5 test2 = {a : _} -> the (S = \x : a => S _) Refl
2020-06-13 17:51:05 +03:00
^^^^
2020-06-11 23:46:36 +03:00