Idris2/tests/idris2/total/total019/expected

10 lines
237 B
Plaintext
Raw Normal View History

2023-04-22 06:55:43 +03:00
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 -> ()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^