Idris2/tests/idris2/error005/expected
Giuseppe Lomurno 778d930f95 Updated tests
2020-06-13 16:51:05 +02:00

12 lines
365 B
Plaintext

1/1: Building IfErr (IfErr.idr)
IfErr.idr:4:11--4:17:While processing right hand side of foo at IfErr.idr:4:1--6:1:
Can't find an implementation for Eq a at:
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:
Can't find an implementation for Eq Wibble at:
7 bar x y = x == y
^^^^^^