2020-08-31 17:35:24 +03:00
1/1: Building Issue361 (Issue361.idr)
2021-05-26 17:48:09 +03:00
Error: main is not total, possibly not terminating due to call to Main./=
2020-08-31 17:35:24 +03:00
2021-06-05 14:53:22 +03:00
Issue361:7:1--7:13
2021-02-11 20:24:26 +03:00
3 | data S = T | F
4 |
5 | Eq S where
6 |
2020-08-31 17:35:24 +03:00
7 | main : IO ()
2021-02-11 20:24:26 +03:00
^^^^^^^^^^^^
2020-08-31 17:35:24 +03:00
2021-06-05 14:53:22 +03:00
Error: /= is not total, possibly not terminating due to recursive path Main.main -> Main.Eq implementation at Issue361:5:1--5:11 -> Main.== -> Main./= -> Main.==
2020-08-31 17:35:24 +03:00
2021-06-05 14:53:22 +03:00
Issue361:5:1--5:11
2021-02-11 20:24:26 +03:00
1 | %default total
2 |
3 | data S = T | F
4 |
2020-08-31 17:35:24 +03:00
5 | Eq S where
2021-02-11 20:24:26 +03:00
^^^^^^^^^^
2020-08-31 17:35:24 +03:00
Error: == is not total, possibly not terminating due to call to Main./=
2021-06-05 14:53:22 +03:00
Issue361:5:1--5:11
2021-02-11 20:24:26 +03:00
1 | %default total
2 |
3 | data S = T | F
4 |
2020-08-31 17:35:24 +03:00
5 | Eq S where
2021-02-11 20:24:26 +03:00
^^^^^^^^^^
2020-08-31 17:35:24 +03:00