lean4-htt/src/Lean/Meta/Tactic
Leonardo de Moura 457d33d660 feat: configuration options zeta and zetaDelta
TODO: bootstrapping issues, set `zetaDelta := false` in the simplifier.
2024-02-18 14:14:55 -08:00
..
AC feat: cleanups to ACI and Identity classes (#3195) 2024-01-24 21:46:58 +00:00
LinearArith fix: simp cache issue 2024-02-01 16:58:54 +11:00
Simp feat: configuration options zeta and zetaDelta 2024-02-18 14:14:55 -08:00
AC.lean
Acyclic.lean feat: simp only should not use default simproc set 2024-01-09 12:57:15 +01:00
Apply.lean chore: upstream MVarId.applyConst (#3362) 2024-02-16 02:08:47 +00:00
Assert.lean fix: implement assertAfter using revert 2022-12-21 21:42:07 +01:00
Assumption.lean feat: add implementation-detail hypotheses 2022-10-11 17:24:35 -07:00
AuxLemma.lean chore: move Std.* data structures to Lean.* 2022-09-26 05:46:04 -07:00
Cases.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Cleanup.lean feat: Lean.MVarId.cleanup configuration (#2919) 2023-11-21 10:09:48 +01:00
Clear.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Congr.lean feat: tweak behavior of congrN to match lean 3 (#1798) 2022-11-04 06:55:13 -07:00
Constructor.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Contradiction.lean feat: add implementation-detail hypotheses 2022-10-11 17:24:35 -07:00
Delta.lean fix: Core.transform API and uses 2022-08-25 19:07:42 -07:00
ElimInfo.lean fix: let induction handle parameters (#3256) 2024-02-06 20:32:12 +00:00
FVarSubst.lean chore: upstream rcases (#3292) 2024-02-10 05:22:02 +00:00
Generalize.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -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 feat: make intro be aware of let_fun (#3115) 2024-01-31 08:55:52 +00:00
LinearArith.lean
Refl.lean feat: add MVarId.eqOfHEq tactic 2022-10-28 07:52:45 -07:00
Rename.lean refactor: improve MVarId method discoverability 2022-07-24 21:36:33 -07:00
Repeat.lean chore: upstream repeat/split_ands/subst_eqs (#3305) 2024-02-13 12:21:14 +00:00
Replace.lean chore: upstream change tactic (#3308) 2024-02-13 04:47:11 +00:00
Revert.lean chore: fix typos in comments 2023-10-08 10:46:05 +02:00
Rewrite.lean refactor: rewrite: produce simpler proof terms (#3121) 2024-01-19 07:20:58 +00:00
Simp.lean feat: simproc sets 2024-02-01 16:58:54 +11:00
Split.lean fix: cache issue at split tatic (#3258) 2024-02-06 19:44:28 +00:00
SplitIf.lean fix: cache issue at split tatic (#3258) 2024-02-06 19:44:28 +00:00
Subst.lean fix: bug at substCore 2023-10-22 06:48:22 -07:00
TryThis.lean feat: upstream 'Try this:' widgets (#3266) 2024-02-13 21:58:36 +00:00
Unfold.lean refactor: remove workaround 2024-02-01 16:58:54 +11:00
UnifyEq.lean perf: closes #2552 2023-10-22 06:48:22 -07:00
Util.lean chore: fix MVarId.getType' (#2595) 2023-10-09 11:04:33 +00:00