mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
558776c4c4
otherwise all tests will need to change every time version changes...
12 lines
324 B
Plaintext
12 lines
324 B
Plaintext
1/1: Building Cover (Cover.idr)
|
|
Cover.idr:14:1--14:8:While processing left hand side of Main.badBar at Cover.idr:14:1--15:1:
|
|
Can't match on Z as it has a polymorphic type
|
|
Welcome to Idris 2. Enjoy yourself!
|
|
Main> Main.foo:
|
|
foo (Z, S _)
|
|
foo (S _, _)
|
|
Main> Main.bar:
|
|
bar _
|
|
Main> Main.cty: All cases covered
|
|
Main> Bye for now!
|