mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
08a35d694c
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
23 lines
580 B
Plaintext
23 lines
580 B
Plaintext
1/1: Building Issue361 (Issue361.idr)
|
|
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.==
|
|
|
|
Issue361.idr:7:1--7:13
|
|
|
|
|
7 | main : IO ()
|
|
| ^^^^^^^^^^^^
|
|
|
|
Error: /= is not total, possibly not terminating due to recursive path Main./= -> Main.== -> Main./= -> Main.==
|
|
|
|
Issue361.idr:5:1--5:11
|
|
|
|
|
5 | Eq S where
|
|
| ^^^^^^^^^^
|
|
|
|
Error: == is not total, possibly not terminating due to call to Main./=
|
|
|
|
Issue361.idr:5:1--5:11
|
|
|
|
|
5 | Eq S where
|
|
| ^^^^^^^^^^
|
|
|