2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building IfErr (IfErr.idr)
|
2020-06-13 17:51:05 +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:
|
|
|
|
4 foo x y = x == y
|
2020-06-13 17:51:05 +03:00
|
|
|
^^^^^^
|
2020-06-11 23:46:36 +03:00
|
|
|
|
2020-06-13 17:51:05 +03:00
|
|
|
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:
|
|
|
|
7 bar x y = x == y
|
2020-06-13 17:51:05 +03:00
|
|
|
^^^^^^
|
2020-06-11 23:46:36 +03:00
|
|
|
|