2020-08-31 17:35:24 +03:00
1/1: Building Issue361 (Issue361.idr)
2020-11-26 14:35:55 +03:00
Error: main is not total, possibly not terminating due to recursive path Main.main -> Main.Eq implementation at Issue361.idr:5:1--5:11 -> Main.== -> Main./= -> Main.==
2020-08-31 17:35:24 +03:00
2020-11-26 14:35:55 +03:00
Issue361.idr:7:1--7:13
|
2020-08-31 17:35:24 +03:00
7 | main : IO ()
2020-11-26 14:35:55 +03:00
| ^^^^^^^^^^^^
2020-08-31 17:35:24 +03:00
Error: /= is not total, possibly not terminating due to recursive path Main./= -> Main.== -> Main./= -> Main.==
2020-11-26 14:35:55 +03:00
Issue361.idr:5:1--5:11
|
2020-08-31 17:35:24 +03:00
5 | Eq S where
2020-11-26 14:35:55 +03:00
| ^^^^^^^^^^
2020-08-31 17:35:24 +03:00
Error: == is not total, possibly not terminating due to call to Main./=
2020-11-26 14:35:55 +03:00
Issue361.idr:5:1--5:11
|
2020-08-31 17:35:24 +03:00
5 | Eq S where
2020-11-26 14:35:55 +03:00
| ^^^^^^^^^^
2020-08-31 17:35:24 +03:00