Idris2/tests/idris2/error006/expected

12 lines
428 B
Plaintext
Raw Normal View History

1/1: Building IfErr (IfErr.idr)
2020-06-13 17:51:05 +03:00
IfErr.idr:15:10--15:30:While processing right hand side of test at IfErr.idr:15:1--17:1:
2020-06-11 23:46:36 +03:00
Can't find an implementation for Eq Foo at:
15 test x = showIfEq MkFoo MkBar
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:23:9--23:29:While processing right hand side of test2 at IfErr.idr:23:1--25:1:
2020-06-11 23:46:36 +03:00
Can't find an implementation for Show Foo at:
23 test2 = showIfEq MkFoo MkBar
2020-06-13 17:51:05 +03:00
^^^^^^^^^^^^^^^^^^^^
2020-06-11 23:46:36 +03:00