Idris2/tests/idris2/total008/expected
Giuseppe Lomurno f658ce357f More improvements
- More migrations from String to Doc
- File context in parser errors
2020-08-18 19:25:36 +01:00

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