summaryrefslogtreecommitdiff
path: root/backends/lean/Base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some lemmas to the Lean backendSon Ho2024-01-271-4/+14
|
* Fix a minor issue with the progress tacticSon Ho2024-01-272-82/+112
|
* Improve the Lean backendSon Ho2024-01-265-10/+52
|
* Fix minor issuesSon Ho2023-12-221-0/+42
|
* Fix the models for core::mem::replaceSon Ho2023-12-221-1/+1
|
* Update the Lean standard librarySon Ho2023-12-225-81/+38
|
* Update the extraction to handle casts between integers/boolsSon Ho2023-12-131-0/+4
|
* Inline the let-bindings in the validity proofsSon Ho2023-12-121-7/+40
|
* Fix a minor issue with the divergent encodingSon Ho2023-12-121-53/+80
|
* Fix minor issues with the divergence encodingSon Ho2023-12-121-14/+5
|
* Make progress on supporting higher-order divergent functionsSon Ho2023-12-122-53/+95
|
* Implement a map-reduce visitor for expressions and fix issues with ↵Son Ho2023-12-121-31/+81
| | | | get{M,F}VarIds
* Update the validity proofs for higher-order functionsSon Ho2023-12-112-11/+96
|
* Start working on higher-order examples for DivergeSon Ho2023-12-114-218/+355
|
* Cleanup a bitSon Ho2023-12-111-16/+47
|
* Update Diverge/Elab.lean to use the more general FixII definitionsSon Ho2023-12-113-195/+387
|
* Reorganize a bitSon Ho2023-12-113-94/+49
|
* Reactivate the sanity checks for the progress tacticSon Ho2023-12-113-26/+24
|
* Update the progress tactic to use discrimination treesSon Ho2023-12-083-272/+175
|
* Start working on a version of Diverge.FixI more suited to higher-order functionsSon Ho2023-12-073-67/+510
|
* Reorganize a bitSon Ho2023-12-073-65/+94
|
* Merge branch 'main' into son_fixes2Son Ho2023-12-0515-472/+1011
|\
| * Add support for more bitwise operations and update the extractionSon Ho2023-11-291-2/+40
| |
| * Update more namesSon Ho2023-11-211-16/+16
| |
| * Update the standard librariesSon Ho2023-11-213-26/+25
| |
| * Update the failing proofsSon Ho2023-11-092-5/+23
| |
| * Make progress on fixing the extractionSon Ho2023-10-261-64/+64
| |
| * Make progress on fixing the extraction for LeanSon Ho2023-10-261-114/+50
| |
| * Make the hashmap files typecheck again in LeanSon Ho2023-10-254-33/+107
| |
| * Fix some issues at extraction and add builtinsSon Ho2023-10-257-23/+206
| |
| * Handle properly the builtin, non fallible functionsSon Ho2023-10-241-2/+2
| |
| * Fix minor issuesSon Ho2023-10-241-2/+2
| |
| * Add definitions in for the Lean Primitives librarySon Ho2023-10-243-0/+57
| |
| * Refold the scalar types when applying progressSon Ho2023-10-174-16/+91
| |
| * Implement tactics for termination proofs which involve arithmeticSon Ho2023-10-174-21/+37
| |
| * Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-169-69/+322
| |\
| * | Improve formatting of scalars in LeanSon Ho2023-10-161-0/+15
| | |
| * | Add supSon Ho2023-10-132-1/+65
| | |
| * | Fix some issuesSon Ho2023-09-071-24/+24
| | |
| * | Map some globals like u32::MAX to standard definitionsSon Ho2023-09-071-0/+42
| | |
* | | Prove that Vec is inhabitedSon Ho2023-09-181-0/+4
| | |
* | | Simplify some lemmas and prove that the scalars and Vec are inhabitedSon Ho2023-09-182-9/+10
| |/ |/|
* | Add notations for the Isize.ofInt, etc.Son Ho2023-09-181-0/+16
| |
* | Add arithmetic lemmas in Scalar.leanSon Ho2023-09-181-12/+179
| |
* | Improve scalar_tacSon Ho2023-09-183-56/+36
| |
* | Fix an issue when loading the saved theorem maps for the progress tacticSon Ho2023-09-182-3/+68
| |
* | Fix the hashmap proofs in LeanSon Ho2023-09-142-7/+8
| |
* | Fix panic issues with the progress tacticSon Ho2023-09-141-3/+5
| |
* | Update to Lean 4.0.0 and fix some broken proofsSon Ho2023-09-145-24/+24
|/
* Fix issues with the extraction and extend the primitive libraries for Coq and F*Son Ho2023-08-041-14/+14
|