Idris2/tests/idris2/total008/expected
Yu Zhang 08a35d694c
Improving error messages (#786)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2020-11-26 11:35:55 +00:00

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 _)