lean4-htt/src/Lean/Elab/Tactic
Leonardo de Moura 321d6b0e67 feat: support for user-defined simp attributes in the simp tactic.
See `RELEASES.md`

TODO: make sure `-thm` also removes `thm` from user-defined simp attributes.
2022-03-20 18:45:57 -07:00
..
Conv chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
Basic.lean fix: missing s.restore at expandTacticMacroFns 2022-03-19 08:34:54 -07:00
BuiltinTactic.lean feat: dbg_trace tactic for low-level tactic debugging 2022-03-19 08:25:49 -07:00
Config.lean
Conv.lean feat: add unfold conv tactic 2022-01-07 13:51:45 -08:00
Delta.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00
ElabTerm.lean feat: add with_unfolding_all and rfl' tactics 2022-03-19 08:57:04 -07:00
Generalize.lean
Induction.lean feat: generate error message when induction tactic is used on a nested inductive type without specifying an eliminator 2022-03-11 14:45:57 -08:00
Injection.lean
Location.lean chore: adapt syntax 2021-11-29 10:06:15 -08:00
Match.lean fix: match tactic should not trigger implicit lambdas 2022-02-04 07:55:56 -08:00
Meta.lean chore: remove arbitrary 2022-01-15 12:14:27 -08:00
Rewrite.lean feat: allow rw to unfold nonrecursive definitions too 2022-03-12 15:44:52 -08:00
Simp.lean feat: support for user-defined simp attributes in the simp tactic. 2022-03-20 18:45:57 -07:00
Split.lean feat: improve split tactic error message 2022-02-23 16:00:42 -08:00
Unfold.lean chore: style use · instead of . for lambda dot notation 2022-03-11 07:49:03 -08:00