mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
1/1: Building Cover (Cover.idr)
|
|
Cover.idr:14:1--14:4:While processing left hand side of bad at Cover.idr:14:1--15:1:
|
|
Can't match on Just (fromInteger 0) as it has a polymorphic type at:
|
|
14 bad (Just 0) _ = False
|
|
^^^
|
|
|
|
Main> Main.okay:
|
|
okay (S _) IsNat
|
|
okay False IsBool
|
|
Main> Bye for now!
|