lean4-htt/tests/lean
Kyle Miller 005f6ae7cd
fix: let Meta.zetaReduce zeta reduce have expressions (#12695)
This PR fixes a bug in `Meta.zetaReduce` where `have` expressions were
not being zeta reduced. It also adds a feature where applications of
local functions are beta reduced, and another where zeta-delta reduction
can be disabled. These are all controllable by flags:
- `zetaDelta` (default: true) enables unfolding local definitions
- `zetaHave` (default: true) enables zeta reducing `have` expressions
- `beta` (default: true) enables beta reducing applications of local
definitions

Closes #10850
2026-02-27 00:37:52 +00:00
..
docparse fix: error messages from Verso docstring parser (#12372) 2026-02-07 07:49:06 +00:00
grind
interactive chore: relative lean-toolchains (#12652) 2026-02-25 10:23:35 +00:00
run fix: let Meta.zetaReduce zeta reduce have expressions (#12695) 2026-02-27 00:37:52 +00:00
server
sym feat: add Goal API for SymM + grind (#12143) 2026-01-24 20:30:08 +00:00
copy-produced
test_single.sh