Commit 2026-02-13 16:28 7c1ce076

View on Github →

chore: add missing namespaces (#34631) I noticed that there is a global definition called slice, which causes ambiguity with Finset.slice. This PR improved the namespacedness of some tactic files. Really, we should have a linter against definitions in the root namespace in the Mathlib.Tactic and Mathlib.Meta folders.

Estimated changes