Idris2/tests/idris2/coverage004/expected

11 lines
296 B
Plaintext
Raw Normal View History

1/1: Building Cover (Cover.idr)
2020-07-22 22:16:43 +03:00
Cover.idr:14:1--14:4:While processing left hand side
of bad at Cover.idr:14:1--15:1:
2020-06-11 23:46:36 +03:00
Can't match on Just (fromInteger 0) as it has a polymorphic type at:
2020-07-22 22:16:43 +03:00
14 | bad (Just 0) _ = False
^^^
Main> Main.okay:
okay (S _) IsNat
okay False IsBool
Main> Bye for now!