lean4-htt/tests/lean/run
Kim Morrison ec565f3bf7
fix: use _fvar._ instead of _ for anonymous fvars (#12745)
This PR fixes `pp.fvars.anonymous` to display loose free variables as
`_fvar._` instead of `_` when the option is set to `false`. This was the
intended behavior in https://github.com/leanprover/lean4/pull/12688 but
the fix was committed locally and not pushed before that PR was merged.

🤖 Prepared with Claude Code

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 09:59:13 +00:00
..
10067.lean fix: copied 11940 fix for structure command (#12680) 2026-02-25 13:50:04 +00:00
10850.lean fix: let Meta.zetaReduce zeta reduce have expressions (#12695) 2026-02-27 00:37:52 +00:00
cbv4.lean test: add cbv test for Collatz conjecture verification (#12692) 2026-02-25 17:05:51 +00:00
cbv_aes.lean test: add cbv tests adapted from LNSym (#12694) 2026-02-25 17:08:24 +00:00
cbv_arm_ldst.lean test: add cbv tests adapted from LNSym (#12694) 2026-02-25 17:08:24 +00:00
mvcgenRflReducibility.lean fix: heartbeat limit in mvcgen due to withDefault rfl (#12696) 2026-02-26 16:40:42 +00:00
ppFVarsAnonymous.lean fix: use _fvar._ instead of _ for anonymous fvars (#12745) 2026-03-01 09:59:13 +00:00
test_single.sh