Idris2/tests/idris2/total/total008/expected
2023-09-07 14:57:22 +01:00

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