mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 19:01:44 +03:00
1734841275
It's not actually used as part of any compilation pipeline yet, and I've only tested it by eyeballing the output, but it'll be useful soon, and it's good for it to be available to any new back ends that might need it. It will need some optimisation.
9 lines
447 B
Plaintext
9 lines
447 B
Plaintext
1/1: Building Total (Total.idr)
|
|
Main> Main.count is total
|
|
Main> Main.badCount is possibly not terminating due to recursive path Main.badCount -> Prelude.Functor implementation at Prelude.idr:874:1--878:1 -> Prelude.map
|
|
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!
|