Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve `scalar_tac` and `scalar_decr_tac` (#256) | Son HO | 2024-06-22 | 1 | -4/+0 |
| | | | | | | | * Fix an issue in a proof of the hashmap * Improve scalar_decr_tac * Improve the error message of scalar_tac and add the missing Termination.lean | ||||
* | Add some proofs for the Lean backend (#255) | Son HO | 2024-06-21 | 1 | -13/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make progress on the proofs of the hashmap * Make a minor modification to the hashmap * Make progress on the hashmap * Make progress on the proofs * Make progress on the proofs * Make progress on the proof of the hashmap * Progress on the proofs of the hashmap * Update a proof * Update the Charon pin * Make minor modifications to the hashmap * Regenerate the tests * Regenerate the hashmap * Add lemmas to the Lean backend * Make progress on the proofs of the hashmap * Make a minor fix * Finish the proof about the hashmap * Update scalar_tac * Make a minor modification in the hashmap * Update the proofs of the hashmap --------- Co-authored-by: Son Ho <sonho@Sons-MacBook-Pro.local> Co-authored-by: Son Ho <sonho@Sons-MBP.lan> | ||||
* | Update the tests | Son Ho | 2024-06-13 | 1 | -5/+0 |
| | |||||
* | Update Lean to v4.9.0-rc1 | Son Ho | 2024-06-13 | 1 | -28/+27 |
| | |||||
* | Add wrappers around the rewriter | Son Ho | 2024-06-12 | 1 | -0/+61 |
| | |||||
* | Add the Simp.Config to the simp wrappers | Son Ho | 2024-06-12 | 1 | -8/+8 |
| | |||||
* | Update scalar_tac to use omega instead of linarith | Son Ho | 2024-05-24 | 1 | -6/+16 |
| | |||||
* | Update lean to v4.6.0-rc1 and start fixing the proofs | Son Ho | 2024-02-02 | 1 | -4/+2 |
| | |||||
* | Implement a map-reduce visitor for expressions and fix issues with ↵ | Son Ho | 2023-12-12 | 1 | -31/+81 |
| | | | | get{M,F}VarIds | ||||
* | Update the validity proofs for higher-order functions | Son Ho | 2023-12-11 | 1 | -3/+3 |
| | |||||
* | Reactivate the sanity checks for the progress tactic | Son Ho | 2023-12-11 | 1 | -0/+6 |
| | |||||
* | Refold the scalar types when applying progress | Son Ho | 2023-10-17 | 1 | -12/+63 |
| | |||||
* | Fix the hashmap proofs in Lean | Son Ho | 2023-09-14 | 1 | -1/+1 |
| | |||||
* | Update to Lean 4.0.0 and fix some broken proofs | Son Ho | 2023-09-14 | 1 | -0/+4 |
| | |||||
* | Update the syntax of the progress tactic | Son Ho | 2023-07-26 | 1 | -4/+8 |
| | |||||
* | Make progress on the proofs of the hashmap | Son Ho | 2023-07-25 | 1 | -11/+25 |
| | |||||
* | Add the possibility of using "_" as ident for progress | Son Ho | 2023-07-25 | 1 | -2/+5 |
| | |||||
* | Improve the syntax of progress: `as ⟨ x, y .. ⟩` | Son Ho | 2023-07-25 | 1 | -13/+48 |
| | |||||
* | Make progress on some of the hashmap proofs | Son Ho | 2023-07-20 | 1 | -8/+22 |
| | |||||
* | Make some proofs in Hashmap/Properties.lean and improve progress | Son Ho | 2023-07-20 | 1 | -8/+24 |
| | |||||
* | Cleanup more | Son Ho | 2023-07-19 | 1 | -3/+0 |
| | |||||
* | Improve progress | Son Ho | 2023-07-19 | 1 | -0/+19 |
| | |||||
* | Improve progress | Son Ho | 2023-07-18 | 1 | -0/+4 |
| | |||||
* | Finish implementing the syntax for `progress` | Son Ho | 2023-07-13 | 1 | -10/+37 |
| | |||||
* | Improve progress to use assumptions and start working on a nice syntax | Son Ho | 2023-07-12 | 1 | -0/+62 |
| | |||||
* | Finish a first version of the progress tactic | Son Ho | 2023-07-12 | 1 | -22/+225 |
| | |||||
* | Work on the progress tactic | Son Ho | 2023-07-11 | 1 | -0/+28 |
| | |||||
* | Start working on the progress tactic | Son Ho | 2023-07-10 | 1 | -0/+95 |
| | |||||
* | Reorganize a bit the lean backend files | Son Ho | 2023-07-06 | 1 | -0/+119 |