Idris2/tests/idris2/coverage004/expected
Giuseppe Lomurno f658ce357f More improvements
- More migrations from String to Doc
- File context in parser errors
2020-08-18 19:25:36 +01:00

12 lines
284 B
Plaintext

1/1: Building Cover (Cover.idr)
Error: While processing left hand side of bad. Can't match on Just (fromInteger 0) as it has a polymorphic type.
Cover.idr:14:1--14:4
|
14 | bad (Just 0) _ = False
| ^^^
Main> Main.okay: okay (S _) IsNat
okay False IsBool
Main> Bye for now!