lean4-htt/tests
Kyle Miller 76051ab1fe
feat: use name resolution for dot identifier notation (#9634)
This PR modifies dot identifier notation so that `(.a : T)` resolves
`T.a` with respect to the root namespace, like for generalized field
notation. This lets the notation refer to private names, follow aliases,
and also use open namespaces. The LSP completions are improved to follow
how dot ident notation is resolved, but it doesn't yet take into account
aliases or open namespaces.

Closes #9629
2025-08-01 02:27:40 +00:00
..
bench chore: add #9598 as benchmark (#9642) 2025-07-31 15:32:54 +00:00
compiler
elabissues
ir
lean feat: use name resolution for dot identifier notation (#9634) 2025-08-01 02:27:40 +00:00
pkg refactor: update built-in tactic error messages (#9633) 2025-07-31 14:16:57 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain