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