Idris2-boot/tests/idris2/coverage003/expected
Guillaume Allais 8cb17de3f9 [ fix ] resugar to drop name prefixes
My first attempt at refolding natural constants led to all names
being printed with their namespace prefixes. This fixes that,
most notably by introducing the massive `mapPTermM` function in
`Idris.Syntax`.
2020-04-03 20:00:59 +01: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 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!