Idris2-boot/tests/idris2/basic016/expected

21 lines
554 B
Plaintext
Raw Normal View History

2019-06-28 14:43:55 +03:00
1/1: Building Eta (Eta.idr)
Eta.idr:14:10--15:1:While processing right hand side of etaBad at Eta.idr:14:1--15:1:
2020-02-26 15:33:01 +03:00
When unifying ?x = ?x and MkTest = \x => (\y => (MkTest ?_ ?_))
2019-06-28 14:43:55 +03:00
Mismatch between:
Integer
and
Nat
1/1: Building Eta2 (Eta2.idr)
Eta2.idr:2:8--4:1:While processing right hand side of test at Eta2.idr:2:1--4:1:
2020-02-26 15:33:01 +03:00
When unifying ?x = ?x and S = \x => (S ?_)
2019-06-28 14:43:55 +03:00
Mismatch between:
Nat
and
a
Eta2.idr:5:44--6:1:While processing right hand side of test2 at Eta2.idr:5:1--6:1:
2020-02-26 15:33:01 +03:00
When unifying ?x = ?x and S = \x => (S ?_)
2019-06-28 14:43:55 +03:00
Mismatch between:
Nat
and
a