lean4-htt/stage0
Kyle Miller a2226a43ac
feat: encode let_fun using a letFun function (#2973)
Switches from encoding `let_fun` using an annotated `(fun x : t => b) v`
expression to a function application `letFun v (fun x : t => b)`.

---------

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2023-12-18 09:01:42 +00:00
..
src feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00
stdlib feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00