Idris2-boot/tests/idris2/coverage002
Edwin Brady 04e4ebf80e Better approach to erasure in pattern matching
It's a big patch, but the summary is that it's okay to use a pattern in
an erased position if either:

- the pattern can also be solved by unification (this is the same as
  'dot patterns' for matching on non-constructor forms)
- the argument position is detaggable w.r.t. non-erased arguments, which
  means we can tell which pattern it is without pattern matching

The second case, in particular, means we can still pattern match on
proof terms which turn out to be irrelevant, especially Refl.

Fixes #178
2020-01-21 18:47:43 +00:00
..
expected Add '--no-banner' option 2019-09-24 20:26:25 +06:00
input Fix case tree compiler for coverage checking 2019-06-23 20:36:06 +01:00
run Add '--no-banner' option 2019-09-24 20:26:25 +06:00
Vect.idr Better approach to erasure in pattern matching 2020-01-21 18:47:43 +00:00