mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-22 03:01:31 +03:00
3ec8631480
Still a couple of things to resolve in coverage and totality checking before we can switch on %default, so don't expect quite the right behaviour just yet. More progress though! Also working on this has caught a few totality errors in the Idris 2 code base that Idris 1 missed... so these are fixed on the way.
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
1/1: Building wcov (wcov.idr)
|
|
Main> Main.tfoo is total
|
|
Main> Main.wfoo is total
|
|
Main> Main.wbar is not covering due to call to function Main.with block in 1204
|
|
Main> Main.wbar1 is total
|
|
Main> Bye for now!
|