lean4-htt/src/Lean/Elab/PreDefinition
Leonardo de Moura 9ee529e5ce fix: use PSum instead of Sum when using well-founded recursion
See new test for example that did not work with `Sum` because type
alpha was `Sort u`.
2022-02-17 16:14:34 -08:00
..
Structural refactor: move and generalize ensureNoRecFn 2022-02-09 10:13:52 -08:00
WF fix: use PSum instead of Sum when using well-founded recursion 2022-02-17 16:14:34 -08:00
Basic.lean feat: store noncomputable declarations 2022-02-16 13:33:02 -08:00
Eqns.lean fix: do not split on if-then-else terms when generating equation theorems 2022-02-09 17:43:35 -08:00
Main.lean feat: use sorry instead of trying to synthesize Inhabited at error recovery 2022-02-15 09:15:18 -08:00
MkInhabitant.lean chore: elaborate default_or_ofNonempty% and add mkDefault 2022-01-15 11:55:58 -08:00
Structural.lean refactor: split Structural.lean into smaller files 2021-09-11 03:40:51 -07:00
WF.lean refactor: add src/Lean/Elab/PreDefinition/WF directory 2021-09-21 15:44:21 -07:00