mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
59b66d6134
This is to display names in a user friendly way, especially case and with block names
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 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!
|