Idris2-boot/tests/idris2/coverage003/expected
Edwin Brady 59b66d6134 Add prettyName
This is to display names in a user friendly way, especially case and
with block names
2020-03-18 19:33:19 +00:00

11 lines
283 B
Plaintext

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:
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!