Idris2/tests/idris2/reg040/expected
Edwin Brady 06f69ba177 Fix test output
Because it relies on the source file that I've just fixed for the
linter. I think I've now spent more time pleasing the linter than fixing
the actual bug...
2021-06-11 13:02:38 +01:00

15 lines
275 B
Plaintext

1/1: Building CoverBug (CoverBug.idr)
Error: doit is not covering.
CoverBug:20:1--20:26
16 | fromInteger v =
17 | let (v ** p) = prv1 $ v
18 | in MkFastNat v
19 |
20 | doit : FastNat -> FastNat
^^^^^^^^^^^^^^^^^^^^^^^^^
Missing cases:
doit MkFastNat _