lean4-htt/src/Lean/PrettyPrinter
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
..
Delaborator feat: encode let_fun using a letFun function (#2973) 2023-12-18 09:01:42 +00:00
Basic.lean chore: import reductions 2022-09-15 14:02:38 -07:00
Delaborator.lean
Formatter.lean feat: hygieneInfo parser (aka this 2.0) 2023-06-02 16:19:02 +02:00
Parenthesizer.lean fix: have parenthesizer copy source info to parenthesized term 2023-11-14 20:24:30 +01:00