mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
15 lines
280 B
Plaintext
15 lines
280 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 _
|
||
|
|