mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 02:31:50 +03:00
914d68858b
- call sequences in termination errors now carry location information - new error message (`BadPath`) for late-starting loops - [ fix ] transitive closure of size-change graphs no longer ignores function arguments - update existing tests accordingly
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
Processing as TTImp
|
|
Written TTC
|
|
Yaffle> Main.Nat is total
|
|
Yaffle> Main.ack is total
|
|
Yaffle> Main.foo is total
|
|
Yaffle> Main.foo' is total
|
|
Yaffle> Main.foom is total
|
|
Yaffle> Main.pfoom is possibly not terminating due to recursive path Main.pfoom
|
|
Yaffle> Bye for now!
|