This PR fixes a bug in `whnfCore` where it would fail to reduce applications of recursors/auxiliary defs. Closes #9089
1 line
104 B
Text
1 line
104 B
Text
example : ((let f := @Bool.rec (fun _ => Bool × Unit) (false, ()) (true, ()); f) true).1 = true := rfl
|