Idris2/tests/idris2/total/total006/expected
Justus Matthiesen 2798d8f226 [ cleanup ] update expected test outputs
Changes to the termination checker brought along some otherwise
insignificant changes to debug and error messages.
2023-11-06 20:10:21 +00:00

9 lines
338 B
Plaintext

1/1: Building Total (Total.idr)
Main> Main.streamCount is total
Main> Main.badCount is possibly not terminating due to recursive path Main.badCount
Main> Main.process is total
Main> Main.badProcess is possibly not terminating due to recursive path Main.badProcess
Main> Main.doubleInt is total
Main> Main.main is total
Main> Bye for now!