letFun
let_fun
This PR deprecates `let_fun` syntax in favor of `have` and removes `letFun` support from WHNF and `simp`.
intro
Adds support for `let_fun` to the `intro` and `intros` tactics. Also adds support to `intro` for anonymous binder names, since the default variable name for a `letFun` with an eta reduced body is anonymous.