mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 18:31:43 +03:00
8cb17de3f9
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`.
11 lines
283 B
Plaintext
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!
|