lean4-htt/src/Lean/Meta/Tactic
2022-09-25 06:42:20 -07:00
..
AC feat: track simp lemmas through the core tactics 2022-09-25 06:40:56 -07:00
LinearArith refactor: use computed fields for Expr 2022-07-11 14:19:41 -07:00
Simp feat: sort simp lemmas by application order 2022-09-25 06:40:56 -07:00
AC.lean refactor: move ac proofs to Init. 2022-03-16 17:21:20 -07:00
Acyclic.lean feat: track simp lemmas through the core tactics 2022-09-25 06:40:56 -07:00
Apply.lean refactor: remove duplication MVarId.applyRefl => MVarId.refl 2022-08-01 18:44:07 -07:00
Assert.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Assumption.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
AuxLemma.lean feat: add field all to DefinitionVal and TheoremVal 2022-06-23 16:13:26 -07:00
Cases.lean chore: remove trace leftovers 2022-08-21 11:42:50 -07:00
Cleanup.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
Clear.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Congr.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Constructor.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Contradiction.lean refactor: improve MVarId method discoverability 2022-07-27 17:49:00 -07:00
Delta.lean fix: Core.transform API and uses 2022-08-25 19:07:42 -07:00
ElimInfo.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
FVarSubst.lean chore: move Bootstrap.Data -> Lean.Data 2022-08-31 11:48:57 -07:00
Generalize.lean feat: generalize e = x at h 2022-09-25 06:42:20 -07:00
Induction.lean refactor: add doc strings, cleanup, and dotted notation friendly API 2022-07-27 16:01:15 -07:00
Injection.lean feat: injections with names 2022-09-20 17:36:35 -07:00
Intro.lean chore: remove leftovers 2022-08-11 18:40:13 -07:00
LinearArith.lean feat: basic support for linear Nat arithmetic at simp 2022-02-26 08:58:32 -08:00
Refl.lean refactor: remove duplication MVarId.applyRefl => MVarId.refl 2022-08-01 18:44:07 -07:00
Rename.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Replace.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
Revert.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
Rewrite.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Simp.lean chore: mark simp trace classes as inherited 2022-08-15 08:55:25 -07:00
Split.lean feat: use a structured type for simp theorem Origin 2022-09-25 06:40:56 -07:00
SplitIf.lean feat: track simp lemmas through the core tactics 2022-09-25 06:40:56 -07:00
Subst.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
Unfold.lean feat: use a structured type for simp theorem Origin 2022-09-25 06:40:56 -07:00
UnifyEq.lean refactor: improve FVarId method discoverability 2022-07-25 22:18:58 -07:00
Util.lean feat: use infer_instance to close remaining goals at conv block 2022-08-02 04:24:56 -07:00