lean4-htt/src/Lean/Elab/Command
Kim Morrison b46fd3e92d
feat: with_weak_namespace command (#11338)
This PR upstreams the `with_weak_namespace` command from Mathlib:
`with_weak_namespace <id> <cmd>` changes the current namespace to `<id>`
for the duration of executing command `<cmd>`, without causing scoped
things to go out of scope. This is in preparation for upstreaming the
`scoped[Foo.Bar]` syntax from Mathlib, which will be useful now that we
are adding `grind` annotations in scopes.
2025-11-25 02:37:40 +00:00
..
Scope.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
WithWeakNamespace.lean feat: with_weak_namespace command (#11338) 2025-11-25 02:37:40 +00:00