Daniel Fabian
|
b7ecc1acc3
|
refactor: Make the non-below version of a premise in the below type for inductive predicates implicit.
Since it is always fully implied by the below version thereof, it carries no real information and shouldn't be used in pattern matching.
|
2021-06-06 06:40:09 -07:00 |
|
Daniel Fabian
|
822c551aa2
|
test: Add a bunch of test for structural recursion on predicates.
|
2021-06-06 06:40:09 -07:00 |
|
Daniel Fabian
|
c426a816a1
|
refactor: Make the non-below version of a premise in the below type for inductive predicates implicit.
Since it is always fully implied by the below version thereof, it carries no real information and shouldn't be used in pattern matching.
|
2021-05-22 18:09:32 -07:00 |
|
Daniel Fabian
|
ab0ef229ac
|
feat: add getBelowIndices.
|
2021-05-19 07:28:14 -07:00 |
|
Leonardo de Moura
|
56d5d6c564
|
chore: fix tests
|
2021-05-04 15:42:03 -07:00 |
|
Daniel Fabian
|
1f05f5bf11
|
chore: rename ProofBelow to below.
|
2021-04-26 20:33:21 +02:00 |
|
Daniel Fabian
|
eda4bdd337
|
test: extend inductive_pred.lean with tests using the new construction.
|
2021-04-25 20:02:22 -07:00 |
|
Leonardo de Moura
|
964fd3f520
|
chore: fixes tests
closes #405
|
2021-04-22 20:22:43 -07:00 |
|
Leonardo de Moura
|
f631bd8df9
|
test: inductive predicate example
|
2021-04-02 16:21:54 -07:00 |
|