mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-08 08:52:22 +03:00
f658ce357f
- More migrations from String to Doc - File context in parser errors
12 lines
284 B
Plaintext
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!
|