mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +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
20 lines
710 B
Plaintext
20 lines
710 B
Plaintext
1/1: Building Total (Total.idr)
|
|
Main> Main.ack is total
|
|
Main> Main.foo is total
|
|
Main> Main.ordElim is total
|
|
Main> Main.bar is total
|
|
Main> Main.swapR is total
|
|
Main> Main.loopy is possibly not terminating due to recursive path Main.loopy
|
|
Main> Main.foom is total
|
|
Main> Main.pfoom is possibly not terminating due to recursive path Main.pfoom
|
|
Main> Main.even is total
|
|
Main> Main.vtrans is possibly not terminating due to recursive path Main.vtrans
|
|
Main> Main.GTree is total
|
|
Main> Main.size is total
|
|
Main> Main.qsortBad is possibly not terminating due to recursive path Main.qsortBad
|
|
Main> Main.qsort is total
|
|
Main> Main.qsort' is total
|
|
Main> Main.mySorted is total
|
|
Main> Main.myMergeBy is total
|
|
Main> Bye for now!
|