Idris2-boot/tests/idris2/coverage003/expected

11 lines
283 B
Plaintext
Raw Normal View History

2019-07-09 10:21:57 +03:00
1/1: Building Cover (Cover.idr)
Cover.idr:14:1--14:8:While processing left hand side of badBar at Cover.idr:14:1--15:1:
2019-07-09 10:21:57 +03:00
Can't match on Z as it has a polymorphic type
Main> Main.foo:
foo (Z, S _)
foo (S _, _)
Main> Main.bar:
bar _
Main> Main.cty: All cases covered
Main> Bye for now!