lean4-htt/tests
Leonardo de Moura 9fe0d28107 fix: do not split on if-then-else terms when generating equation theorems
Reason: avoid unnecessary case-analysis explosion
It is also unnecessary since we only refine the `below` and `F`
arguments over `match`-expressions.

This fixes the last case at issue #998
```
attribute [simp] BinaryHeap.heapifyDown
```

closes #998
2022-02-09 17:43:35 -08:00
..
bench chore: remove leanpkg 2022-02-04 19:03:40 +01:00
compiler chore: fix tests 2022-01-15 12:18:09 -08:00
elabissues
ir
lean fix: do not split on if-then-else terms when generating equation theorems 2022-02-09 17:43:35 -08:00
pkg test: reimplement package tests using Lake 2022-02-09 12:21:11 -08:00
playground feat: add procedure for solving subgoals generated by mkSplitterProof 2021-08-24 20:23:13 -07:00
plugin
simpperf
.gitignore
common.sh chore: replace sed with perl in test driver 2021-09-16 21:33:56 +02:00