Idris2/tests/idris2/coverage003/expected

14 lines
312 B
Plaintext
Raw Normal View History

1/1: Building Cover (Cover.idr)
2020-06-13 17:51:05 +03:00
Cover.idr:16:1--16:7:While processing left hand side of badBar at Cover.idr:16:1--17:1:
2020-06-11 23:46:36 +03:00
Can't match on 0 as it has a polymorphic type at:
16 badBar Z = Z
2020-06-13 17:51:05 +03:00
^^^^^^
2020-06-11 23:46:36 +03:00
Main> Main.foo:
foo (0, S _)
foo (S _, _)
Main> Main.bar:
bar _
Main> Main.cty: All cases covered
Main> Bye for now!