Idris2/tests/idris2/total006/expected

9 lines
376 B
Plaintext
Raw Normal View History

1/1: Building Total (Total.idr)
2021-01-03 17:41:47 +03:00
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.badProcess -> Main.badProcess
Main> Main.doubleInt is total
Main> Main.main is total
Main> Bye for now!