mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
68f6f4dbd5
This saves a lot of unnecessary exploring of size change graphs, which can get over the top quite quickly if there's complex mutual definitions, or even just a single function with an interesting variety of recursive calls. Fixes #1365 Fixes #1277 Fixes #645
10 lines
279 B
Plaintext
10 lines
279 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 -> Main.pfoom
|
|
Yaffle> Bye for now!
|