lean4-htt/tests
Leonardo de Moura b81dd3e7ad
feat: expose_names tactic (#6935)
This PR adds the tactic `expose_names`. It creates a new goal whose
local context has been "exposed" so that every local declaration has a
clear, accessible name. If no local declarations require renaming, the
original goal is returned unchanged.

This tactic will be used to improve `try?`.
2025-02-04 00:53:31 +00:00
..
bench test: identifier completion benchmark (#6796) 2025-01-27 19:31:32 +00:00
compiler
elabissues
ir
lean feat: expose_names tactic (#6935) 2025-02-04 00:53:31 +00:00
pkg
playground feat: align take/drop/extract across List/Array/Vector (#6860) 2025-01-30 01:24:25 +00:00
plugin
simpperf
.gitignore
common.sh
lean-toolchain