mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
498421a236
This has caught a couple of things in the Idris 2 code base itself. Some tests needed partial annotations too.
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
1/1: Building Cover (Cover.idr)
|
|
Cover.idr:16:1--16:8:While processing left hand side of badBar at Cover.idr:16:1--17:1:
|
|
Can't match on 0 as it has a polymorphic type
|
|
Main> Main.foo:
|
|
foo (0, S _)
|
|
foo (S _, _)
|
|
Main> Main.bar:
|
|
bar _
|
|
Main> Main.cty: All cases covered
|
|
Main> Bye for now!
|