lean4-htt/src/Lean/Meta/Tactic
Leonardo de Moura 0abca5475f refactor: move ppExpr to IO
@Kha I am also tracking `currNamespace` and `openDecls`.

BTW, I also tried an experiment where I added `currNamespace` and
`openDecls` to `Meta.Context`, but it looked weird. This information
is only needed in the elaborator and pretty printer.
The `PPContext` object should contain everything you need. You
can put `currNamespace` and `openDecls` in the `Delaborator.Context`.
2020-09-15 18:48:21 -07:00
..
Apply.lean feat: parentTag propagation for apply 2020-09-15 10:46:40 -07:00
Assert.lean feat: add assertExt 2020-08-07 12:06:53 -07:00
Assumption.lean fix: ignore auxiliary declarations at subst and assumption 2020-09-13 09:59:37 -07:00
Cases.lean chore: cleanup 2020-08-28 09:18:22 -07:00
Clear.lean refactor: cleanup 2020-08-24 17:47:27 -07:00
FVarSubst.lean feat: preserve nonDep flag at LocalDecl.ldecl 2020-09-03 09:08:59 -07:00
Generalize.lean fix: do not fail if target is not found 2020-09-15 15:06:35 -07:00
Induction.lean fix: induction tactic 2020-08-28 09:18:22 -07:00
Injection.lean chore: remove workaround 2020-08-26 16:24:20 -07:00
Intro.lean fix: typo at introNCoreAux 2020-08-29 17:00:59 -07:00
LocalDecl.lean
Revert.lean
Rewrite.lean
Subst.lean fix: ignore auxiliary declarations at subst and assumption 2020-09-13 09:59:37 -07:00
Target.lean feat: add change and changeHypothesis 2020-08-29 08:10:55 -07:00
Util.lean refactor: move ppExpr to IO 2020-09-15 18:48:21 -07:00