mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 22:02:07 +03:00
f658ce357f
- More migrations from String to Doc - File context in parser errors
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
1/1: Building partial (partial.idr)
|
|
Error: foo is not covering.
|
|
|
|
partial.idr:11:1--13:1
|
|
11 | Foo (Maybe Int) where
|
|
12 | foo Nothing = ()
|
|
|
|
Missing cases:
|
|
foo (Just _)
|
|
|