summaryrefslogtreecommitdiff
path: root/backends (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-04Fix some issues with the extraction to LeanSon Ho1-16/+47
2023-07-04Reorganize the Lean testsSon Ho3-4/+9
2023-07-04Make Diverge use PrimitivesSon Ho4-90/+10
2023-07-04Add an implemented_by attribute to fixSon Ho1-11/+18
2023-07-03Cleanup a bit Diverge/Elab.leanSon Ho1-169/+197
2023-07-03Automate the proofs of the unfolding theorems for DivergeSon Ho2-19/+89
2023-07-03Add a missing case in the validity proofsSon Ho1-6/+19
2023-07-03Generate the proofs of validity in Elab.leanSon Ho3-34/+446
2023-06-30Generate the fixed-point bodies in Elab.leanSon Ho3-115/+391
2023-06-29Write function to compute the input/output typesSon Ho3-32/+126
2023-06-29Generalize a bit FixI and add an exampleSon Ho1-109/+151
2023-06-29Start working on Elab.leanSon Ho3-13/+203
2023-06-28Reorganize backends/lean/BaseSon Ho4-1102/+1298
2023-06-27Reduce the time spent on some proofsSon Ho1-28/+20
2023-06-27Finish some proofs in DivergeSon Ho1-17/+102
2023-06-27Finish the proofs which use FixISon Ho1-42/+157
2023-06-26Make minor modificationsSon Ho1-16/+0
2023-06-26Add FixI in DivergeSon Ho1-22/+105
2023-06-26Generalize some definitionsSon Ho1-12/+22
2023-06-26Make the definitions in Diverge.Fix dependently typedSon Ho1-48/+47
2023-06-26Start working on a better encoding of mut rec defs for DivergeSon Ho1-2/+100
2023-06-26Make minor modifications to Arith.leanSon Ho1-27/+37
2023-06-22Make intro_has_prop_instances workSon Ho1-26/+145
2023-06-22Finish the custom_let tacticSon Ho1-23/+21
2023-06-21Start working on Arith.leanSon Ho3-2/+224
2023-06-20Remove the use of fun. ext. in Diverge.leanSon Ho1-15/+19
2023-06-19Cleanup Diverge.leanSon Ho2-337/+333
2023-06-19Add an example with even/odd in Diverge.leanSon Ho1-1/+119
2023-06-19Remove the obsolete examples from DivergeSon Ho1-208/+5
2023-06-19Simplify the id example in Diverge.leanSon Ho1-24/+95
2023-06-19Further simplify the proofs in Diverge.leanSon Ho1-122/+151
2023-06-19Make progress on making the proofs in Diverge more systematicSon Ho1-8/+252
2023-06-18Make minor modificationsSon Ho2-3/+3
2023-06-14Make minor modificationsSon Ho2-6/+26
2023-06-13Find sufficient validity criteria for Diverge.leanSon Ho1-41/+309
2023-06-09Start working on extrinsic proofs of terminationSon Ho4-7/+232
2023-06-09Reorganize a bit the Lean librarySon Ho4-22/+36
2023-06-06Remove the sorries from Primitives.leanSon Ho2-65/+120
2023-06-04Add a commentSon Ho1-3/+7
2023-06-04Update the HOL4 proofs for the last *release* version of HOL4Son Ho3-145/+137
2023-06-04Start setting up the Nix derivation for HOL4Son Ho2-1/+9
2023-06-04Simplify a proofSon Ho1-12/+6
2023-06-04Remove some obsolete files from the HOL4 backendSon Ho4-3302/+0
2023-06-04Finish the proofs of the hashmapSon Ho5-9/+98
2023-06-04Make progress on the proofs of the hash mapSon Ho5-2/+180
2023-06-04Make good progress on the proofs of the hashmap in HOL4Son Ho6-18/+155
2023-06-04Make the theorems used by the progress tactic persistentSon Ho8-186/+285
2023-06-04Commit saveThmsLib.sigSon Ho1-0/+46
2023-06-04Improve the parsing for divDefLibSon Ho1-1/+91
2023-06-04Fix some minor issuesSon Ho2-41/+49