lean4-htt/tests/bench/sym
Leonardo de Moura 615f45ad7a
chore: fix Sym benchmarks using stale run' API (#13450)
This PR updates two Sym benchmarks (`add_sub_cancel.lean` and
`meta_simp_1.lean`) to use the current `SymM.run` API. Both files still
referenced `run'`, which no longer exists, so they failed to elaborate.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 21:31:57 +00:00
..
add_sub_cancel.lean chore: fix Sym benchmarks using stale run' API (#13450) 2026-04-17 21:31:57 +00:00
meta_simp_1.lean chore: fix Sym benchmarks using stale run' API (#13450) 2026-04-17 21:31:57 +00:00
meta_simp_2.lean test: benchmarks for lambda-telescopes (#11929) 2026-01-08 00:20:03 +00:00
meta_simp_4.lean feat: simpForall and simpArrow in Sym.simp (#11950) 2026-01-09 06:20:04 +00:00
shallow_add_sub_cancel.lean feat: add Goal API for SymM + grind (#12143) 2026-01-24 20:30:08 +00:00
shallow_add_sub_cancel_grind.lean test: local rewrite with Sym.simp (#12147) 2026-01-25 01:32:50 +00:00
simp_1.lean feat: add contextDependent to Sym.simp Result with two-tier cache (#12996) 2026-03-20 00:22:08 +00:00
simp_2.lean feat: add contextDependent to Sym.simp Result with two-tier cache (#12996) 2026-03-20 00:22:08 +00:00
simp_3.lean feat: add contextDependent to Sym.simp Result with two-tier cache (#12996) 2026-03-20 00:22:08 +00:00
simp_4.lean feat: add contextDependent to Sym.simp Result with two-tier cache (#12996) 2026-03-20 00:22:08 +00:00