Idris2/tests/idris2/total004/expected
Edwin Brady a972778eab Add test script
They don't all pass yet, for minor reasons. Coming shortly...
Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 18:25:18 +01:00

20 lines
756 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.pfoom
Main> Main.even is total
Main> Main.vtrans is possibly not terminating due to recursive path Main.vtrans -> 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.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!