Idris2/tests/idris2/coverage010/expected

13 lines
255 B
Plaintext
Raw Normal View History

1/1: Building casetot (casetot.idr)
Error: main is not covering.
casetot:12:1--12:13
2021-02-11 20:24:26 +03:00
08 |
09 | ints : Vect 4 Int
10 | ints = [1, 2, 3, 4]
11 |
2020-07-22 22:16:43 +03:00
12 | main : IO ()
2021-02-11 20:24:26 +03:00
^^^^^^^^^^^^
2020-07-22 22:16:43 +03:00
Calls non covering function Main.case block in case block in main