Idris2/tests/idris2/total008/expected

11 lines
176 B
Plaintext
Raw Normal View History

1/1: Building partial (partial.idr)
Error: foo is not covering.
partial.idr:11:1--12:19
2020-07-22 22:16:43 +03:00
11 | Foo (Maybe Int) where
12 | foo Nothing = ()
2020-06-11 23:46:36 +03:00
Missing cases:
2020-07-22 22:16:43 +03:00
foo (Just _)