mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-29 03:24:02 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
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!
|