Idris2-boot/tests/idris2/coverage001/expected
Edwin Brady 9c902de5d1 Fix case tree compiler for coverage checking
We can't refine by a name in Rig0 because we can't assume it covers all
possibilities, so only refine by them at the end, at which point we
check that there's only one case left (otherwise we have to match on it,
which is not allowed for an erased thing)
2019-06-23 20:36:06 +01:00

8 lines
207 B
Plaintext

1/1: Building Vect (Vect.idr)
Welcome to Idris 2 version 0.0. Please be gentle.
Main> Main.append:
append (_ :: _) _
Main> Main.lookup: All cases covered
Main> Main.zip: All cases covered
Main> Bye for now!