mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-01 06:12:57 +03:00
9 lines
429 B
Plaintext
9 lines
429 B
Plaintext
1/1: Building Total (Total.idr)
|
|
Main> Main.count is total
|
|
Main> Main.badCount is not terminating due to recursive path Main.badCount -> Prelude.Functor implementation at Prelude.idr:873:1--877:1 -> Prelude.map
|
|
Main> Main.process is total
|
|
Main> Main.badProcess is 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!
|