Idris2/tests/ttimp/total002/expected
Edwin Brady 68f6f4dbd5 Cache intermediate results in totality checking
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
2021-05-26 15:48:09 +01:00

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!