lean4-htt/tests/pkg/user_attr
Sebastian Ullrich da62a81e5e
feat: shake: track simpset/grindset uses (#12375)
This PR extends shake with tracking of attribute names passed to
`simp`/`grind`.

On the way there, it also fixes `register_simp/grind_attr` uses outside
`public meta section` as well as go-to-definition on declaration-level
uses of the created attributes (tactic-level goto would be a separate
todo).
2026-02-07 15:19:15 +00:00
..
UserAttr feat: shake: track simpset/grindset uses (#12375) 2026-02-07 15:19:15 +00:00
lakefile.lean chore: snake-case attributes (part 2) 2022-10-19 09:28:08 -07:00
lean-toolchain chore: ensure every pkg/ test has a correct lean-toolchain file (#11782) 2025-12-23 17:17:22 +00:00
test.sh chore: update tests to account for .lake 2023-11-13 20:31:24 -05:00
UserAttr.lean