summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Use short names for the structure fields in LeanSon Ho2023-07-0613-267/+232
| * Improve the generated commentsSon Ho2023-07-0660-1889/+2056
| * Simplify the names used in Primitives.leanSon Ho2023-07-059-110/+130
| * Simplify the generated names for the types in LeanSon Ho2023-07-0520-894/+869
| * Start using namespaces in the Lean backendSon Ho2023-07-0543-659/+766
| * Fix an issue with mkSigmasValSon Ho2023-07-044-108/+171
| * Regenerate the Lean test filesSon Ho2023-07-0422-192/+275
| * Fix minor issuesSon Ho2023-07-042-55/+125
| * Fix some issues with the extraction to LeanSon Ho2023-07-042-64/+133
| * Reorganize the Lean testsSon Ho2023-07-0476-6311/+1565
| * Make Diverge use PrimitivesSon Ho2023-07-044-90/+10
| * Add an implemented_by attribute to fixSon Ho2023-07-041-11/+18
| * Cleanup a bit Diverge/Elab.leanSon Ho2023-07-031-169/+197
| * Automate the proofs of the unfolding theorems for DivergeSon Ho2023-07-032-19/+89
| * Add a missing case in the validity proofsSon Ho2023-07-031-6/+19
| * Generate the proofs of validity in Elab.leanSon Ho2023-07-033-34/+446
| * Generate the fixed-point bodies in Elab.leanSon Ho2023-06-303-115/+391
| * Write function to compute the input/output typesSon Ho2023-06-293-32/+126
| * Generalize a bit FixI and add an exampleSon Ho2023-06-291-109/+151
| * Start working on Elab.leanSon Ho2023-06-293-13/+203
| * Reorganize backends/lean/BaseSon Ho2023-06-284-1102/+1298
| * Reduce the time spent on some proofsSon Ho2023-06-271-28/+20
| * Finish some proofs in DivergeSon Ho2023-06-271-17/+102
| * Finish the proofs which use FixISon Ho2023-06-271-42/+157
| * Make minor modificationsSon Ho2023-06-261-16/+0
| * Add FixI in DivergeSon Ho2023-06-261-22/+105
| * Generalize some definitionsSon Ho2023-06-261-12/+22
| * Make the definitions in Diverge.Fix dependently typedSon Ho2023-06-261-48/+47
| * Start working on a better encoding of mut rec defs for DivergeSon Ho2023-06-261-2/+100
| * Make minor modifications to Arith.leanSon Ho2023-06-261-27/+37
| * Make intro_has_prop_instances workSon Ho2023-06-221-26/+145
| * Finish the custom_let tacticSon Ho2023-06-221-23/+21
| * Start working on Arith.leanSon Ho2023-06-213-2/+224
| * Remove the use of fun. ext. in Diverge.leanSon Ho2023-06-201-15/+19
| * Cleanup Diverge.leanSon Ho2023-06-192-337/+333
| * Add an example with even/odd in Diverge.leanSon Ho2023-06-191-1/+119
| * Remove the obsolete examples from DivergeSon Ho2023-06-191-208/+5
| * Simplify the id example in Diverge.leanSon Ho2023-06-191-24/+95
| * Further simplify the proofs in Diverge.leanSon Ho2023-06-191-122/+151
| * Make progress on making the proofs in Diverge more systematicSon Ho2023-06-191-8/+252
| * Make minor modificationsSon Ho2023-06-182-3/+3
| * Make minor modificationsSon Ho2023-06-142-6/+26
| * Find sufficient validity criteria for Diverge.leanSon Ho2023-06-131-41/+309
| * Start working on extrinsic proofs of terminationSon Ho2023-06-094-7/+232
| * Reorganize a bit the Lean librarySon Ho2023-06-094-22/+36
| * Remove the sorries from Primitives.leanSon Ho2023-06-062-65/+120
|/
* Add a commentSon Ho2023-06-041-3/+7
* Update the HOL4 proofs for the last *release* version of HOL4Son Ho2023-06-0410-470/+468
* Start setting up the Nix derivation for HOL4Son Ho2023-06-046-12/+58
* Simplify a proofSon Ho2023-06-041-12/+6