lean4-htt/tests
Leonardo de Moura ef759d874f
fix: grind using reducible transparency setting (#7102)
This PR modifies `grind` to run with the `reducible` transparency
setting. We do not want `grind` to unfold arbitrary terms during
definitional equality tests. This PR also fixes several issues
introduced by this change. The most common problem was the lack of a
hint in proofs, particularly in those constructed using proof by
reflection. This PR also introduces new sanity checks when `set_option
grind.debug true` is used.
2025-02-16 22:30:04 +00:00
..
bench test: fix simp_arith1 benchmark (#7049) 2025-02-12 10:22:32 +00:00
compiler
elabissues
ir
lean fix: grind using reducible transparency setting (#7102) 2025-02-16 22:30:04 +00:00
pkg feat: lake: support plugins (#7001) 2025-02-14 04:57:31 +00:00
playground chore: remove save tactic (#7047) 2025-02-12 09:19:30 +00:00
plugin
simpperf
.gitignore
common.sh
lean-toolchain