letFun
let_fun
This PR deprecates `let_fun` syntax in favor of `have` and removes `letFun` support from WHNF and `simp`.
simp
This PR fixes a bug in the simplifier. It was producing terms with loose bound variables when eliminating unused `let_fun` expressions. This issue was affecting the example at #6374. The example is now timing out.