lean4-htt/tests
Joachim Breitner ec13bb963f
fix: PProdN.reduceProjs to also look for projection functions (#9464)
This PR makes `PProdN.reduceProjs` also look for projection functions.
Previously, all redexes were created by the functions in `PProdN`, which
used primitive projections. But with `mkAdmProj` the projection
functions creep in via the types of the `admissible_pprod_fst` theorem.
So let's just reduce both of them.

Fixes #9462.
2025-07-22 09:22:50 +00:00
..
bench chore: benchmark using USE_LAKE (#9361) 2025-07-17 18:44:29 +00:00
compiler
elabissues feat: add bitwise operations to reduceNat? and kernel (#3134) 2024-01-11 18:12:45 +00:00
ir
lean fix: PProdN.reduceProjs to also look for projection functions (#9464) 2025-07-22 09:22:50 +00:00
pkg perf: minimize exported codegen data (#9356) 2025-07-22 09:05:49 +00:00
playground
plugin
simpperf
.gitignore
common.sh chore: normalize URLs to the language reference in test results (#7782) 2025-04-02 06:17:31 +00:00
lakefile.toml
lean-toolchain