lean4-htt/src/Lean/Elab/Tactic
Sebastian Ullrich 2833c61a60 fix: respect preresolved names at resolveConst*
This makes sure we can properly quote e.g. `deriving` clauses and avoids
a suspicious `eraseMacroScopes` call (though not at `Elab.Syntax`, since
categories do not have to be declaration names)
2021-07-30 07:17:50 -07:00
..
Basic.lean refactor: add BuiltinTactic.lean 2021-06-28 10:08:42 -07:00
BuiltinTactic.lean refactor: add BuiltinTactic.lean 2021-06-28 10:08:42 -07:00
ElabTerm.lean fix: exact and refine succeed if they produce no new metavariables 2021-07-27 18:30:14 -07:00
Generalize.lean chore: refactoring and cleanup 2021-03-17 14:56:08 -07:00
Induction.lean fix: respect preresolved names at resolveConst* 2021-07-30 07:17:50 -07:00
Injection.lean chore: style 2021-06-21 10:17:26 -07:00
Location.lean fix: location notation and simp 2021-03-19 19:54:22 -07:00
Match.lean feat: add (generalizing := true/false) optional attribute to match 2021-04-15 17:04:25 -07:00
Rewrite.lean chore: remove dead variable 2021-05-10 13:41:55 -07:00
Simp.lean fix: info on non-atomic simp args 2021-06-23 00:08:07 -07:00