mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
06f69ba177
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...
15 lines
275 B
Plaintext
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 _
|
|
|