| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline the let-bindings in the validity proofs | Son Ho | 2023-12-12 | 1 | -7/+40 |
* | Fix a minor issue with the divergent encoding | Son Ho | 2023-12-12 | 1 | -53/+80 |
* | Fix minor issues with the divergence encoding | Son Ho | 2023-12-12 | 1 | -14/+5 |
* | Make progress on supporting higher-order divergent functions | Son Ho | 2023-12-12 | 2 | -53/+95 |
* | Update the validity proofs for higher-order functions | Son Ho | 2023-12-11 | 1 | -8/+93 |
* | Start working on higher-order examples for Diverge | Son Ho | 2023-12-11 | 3 | -214/+353 |
* | Cleanup a bit | Son Ho | 2023-12-11 | 1 | -16/+47 |
* | Update Diverge/Elab.lean to use the more general FixII definitions | Son Ho | 2023-12-11 | 3 | -195/+387 |
* | Start working on a version of Diverge.FixI more suited to higher-order functions | Son Ho | 2023-12-07 | 2 | -67/+509 |
* | Reorganize a bit | Son Ho | 2023-12-07 | 1 | -4/+20 |
* | Update to Lean 4.0.0 and fix some broken proofs | Son Ho | 2023-09-14 | 2 | -20/+17 |
* | Move an arithmetic lemma | Son Ho | 2023-07-18 | 1 | -10/+4 |
* | Start proving theorems for primitive definitions | Son Ho | 2023-07-17 | 1 | -2/+1 |
* | Improve progress to use assumptions and start working on a nice syntax | Son Ho | 2023-07-12 | 1 | -22/+0 |
* | Finish a first version of the progress tactic | Son Ho | 2023-07-12 | 1 | -1/+1 |
* | Start working on the progress tactic | Son Ho | 2023-07-10 | 1 | -16/+1 |
* | Make progress on the int tactic | Son Ho | 2023-07-09 | 1 | -112/+0 |
* | Reorganize a bit the lean backend files | Son Ho | 2023-07-06 | 1 | -0/+2 |
* | Register the unfolding theorems in the Lean equation compilers and solve a "u... | Son Ho | 2023-07-06 | 1 | -2/+12 |
* | Fix an issue with mkSigmasVal | Son Ho | 2023-07-04 | 2 | -106/+169 |
* | Fix some issues with the extraction to Lean | Son Ho | 2023-07-04 | 1 | -16/+47 |
* | Make Diverge use Primitives | Son Ho | 2023-07-04 | 3 | -69/+6 |
* | Add an implemented_by attribute to fix | Son Ho | 2023-07-04 | 1 | -11/+18 |
* | Cleanup a bit Diverge/Elab.lean | Son Ho | 2023-07-03 | 1 | -169/+197 |
* | Automate the proofs of the unfolding theorems for Diverge | Son Ho | 2023-07-03 | 2 | -19/+89 |
* | Add a missing case in the validity proofs | Son Ho | 2023-07-03 | 1 | -6/+19 |
* | Generate the proofs of validity in Elab.lean | Son Ho | 2023-07-03 | 3 | -34/+446 |
* | Generate the fixed-point bodies in Elab.lean | Son Ho | 2023-06-30 | 3 | -115/+391 |
* | Write function to compute the input/output types | Son Ho | 2023-06-29 | 3 | -32/+126 |
* | Generalize a bit FixI and add an example | Son Ho | 2023-06-29 | 1 | -109/+151 |
* | Start working on Elab.lean | Son Ho | 2023-06-29 | 3 | -13/+203 |
* | Reorganize backends/lean/Base | Son Ho | 2023-06-28 | 3 | -0/+1296 |