lean4-htt/stage0/stdlib
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
..
Init feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00
Lean feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00
Init.c chore: update stage0 2023-10-29 09:41:48 -07:00
Lean.c chore: update stage0 2022-10-26 06:28:50 -07:00