Idris2/tests/idris2/coverage003/expected
Edwin Brady 498421a236 All functions now need to be covering by default
This has caught a couple of things in the Idris 2 code base itself. Some
tests needed partial annotations too.
2020-05-24 19:58:20 +01:00

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!