mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 20:23:11 +03:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
1/1: Building partial (partial.idr)
|
|
Error: foo is not covering.
|
|
|
|
partial:11:1--12:19
|
|
11 | Foo (Maybe Int) where
|
|
12 | foo Nothing = ()
|
|
|
|
Missing cases:
|
|
foo (Just _)
|
|
|