lean4-htt/tests/lean/run/9089.lean
Parth Shastri 2c13d145dc
fix: match against app fn for reducing recursor in whnfCore (#9090)
This PR fixes a bug in `whnfCore` where it would fail to reduce
applications of recursors/auxiliary defs.

Closes #9089
2025-07-01 13:30:31 +00:00

1 line
104 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

example : ((let f := @Bool.rec (fun _ => Bool × Unit) (false, ()) (true, ()); f) true).1 = true := rfl