mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-07 00:07:19 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
9 lines
449 B
Plaintext
9 lines
449 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:1010:1--1015: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!
|