Idris2/tests/idris2/error005/expected

12 lines
377 B
Plaintext
Raw Normal View History

1/1: Building IfErr (IfErr.idr)
2020-07-22 22:16:43 +03:00
IfErr.idr:4:11--4:17:While processing right hand side
of foo at IfErr.idr:4:1--6:1:
2020-06-11 23:46:36 +03:00
Can't find an implementation for Eq a at:
2020-07-22 22:16:43 +03:00
4 | foo x y = x == y
^^^^^^
IfErr.idr:7:11--7:17:While processing right hand side
of bar at IfErr.idr:7:1--8:1:
2020-06-11 23:46:36 +03:00
Can't find an implementation for Eq Wibble at:
2020-07-22 22:16:43 +03:00
7 | bar x y = x == y
^^^^^^