mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 19:01:44 +03:00
12 lines
336 B
Plaintext
12 lines
336 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 version 0.0. Enjoy yourself!
|
||
|
Main> Main.foo:
|
||
|
foo (Z, S _)
|
||
|
foo (S _, _)
|
||
|
Main> Main.bar:
|
||
|
bar _
|
||
|
Main> Main.cty: All cases covered
|
||
|
Main> Bye for now!
|