mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
1/1: Building Issue2448 (Issue2448.idr)
|
|
Error: boom is not total, possibly not terminating due to recursive path Main.boom
|
|
|
|
Issue2448:5:1--5:19
|
|
1 | -- https://github.com/idris-lang/Idris2/issues/2448#issuecomment-1117103496
|
|
2 |
|
|
3 | %default total
|
|
4 |
|
|
5 | boom : Nat -> Void
|
|
^^^^^^^^^^^^^^^^^^
|
|
|