Idris2/tests/idris2/total/total019/expected
2023-09-07 14:57:22 +01:00

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 -> ()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^