mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 05:46:47 +03:00
08a35d694c
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
1/1: Building partial (partial.idr)
|
|
Error: foo is not covering.
|
|
|
|
partial.idr:11:1--12:19
|
|
11 | Foo (Maybe Int) where
|
|
12 | foo Nothing = ()
|
|
|
|
Missing cases:
|
|
foo (Just _)
|
|
|