Idris2/tests/idris2/coverage004/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

8 lines
253 B
Plaintext

1/1: Building Cover (Cover.idr)
Cover.idr:14:1--14:5:While processing left hand side of bad at Cover.idr:14:1--15:1:
Can't match on Just (fromInteger 0) as it has a polymorphic type
Main> Main.okay:
okay (S _) IsNat
okay False IsBool
Main> Bye for now!