mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
1/1: Building Check (Check.idr)
|
||
|
Error: foo is not total, possibly not terminating due to recursive path Main.foo
|
||
|
|
||
|
Check:3:1--3:35
|
||
|
1 | %default total
|
||
|
2 |
|
||
|
3 | foo : List Char -> List Char -> ()
|
||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|