summaryrefslogtreecommitdiff
path: root/backends/lean/Base (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-26Update some of the Vec function specsSon Ho2-9/+21
2023-07-26Update the syntax of the progress tacticSon Ho4-25/+32
2023-07-25Make progress on the proofs of the hashmapSon Ho1-4/+43
2023-07-25Make progress on the proofs of the hashmapSon Ho6-30/+104
2023-07-25Make progress on the hashmap propertiesSon Ho7-29/+49
2023-07-25Improve int_tac and scalar_tacSon Ho5-32/+87
2023-07-25Add the possibility of using "_" as ident for progressSon Ho2-18/+26
2023-07-25Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho2-44/+94
2023-07-20Fix a naming issue with progressSon Ho1-4/+4
2023-07-20Make progress on some of the hashmap proofsSon Ho1-8/+22
2023-07-20Make some proofs in Hashmap/Properties.lean and improve progressSon Ho4-63/+64
2023-07-20Improve progress further and move some lemmasSon Ho2-21/+101
2023-07-20Add fine-grained lemmas for the arithmetic operationsSon Ho2-8/+131
2023-07-20Improve progress furtherSon Ho2-72/+142
2023-07-19Fix a small issue with the persistent state of progressSon Ho2-5/+13
2023-07-19Add some utilities for progressSon Ho2-5/+35
2023-07-19Add arithmetic spec lemmasSon Ho1-6/+161
2023-07-19Start implementing support for some type classes for progressSon Ho2-25/+117
2023-07-19Cleanup moreSon Ho1-3/+0
2023-07-19Cleanup a bitSon Ho1-2/+0
2023-07-19Improve progressSon Ho3-43/+99
2023-07-18Move an arithmetic lemmaSon Ho2-10/+10
2023-07-18Make modifications to Vec.leanSon Ho1-3/+5
2023-07-18Improve progressSon Ho3-5/+21
2023-07-17Start proving theorems for primitive definitionsSon Ho6-50/+116
2023-07-17Reorganize the Lean backendSon Ho11-1171/+1184
2023-07-17Move a definitionSon Ho2-3/+3
2023-07-17Update the lean dependencies and update IListSon Ho2-4/+0
2023-07-13Update a commentSon Ho1-2/+1
2023-07-13Add IList.leanSon Ho3-64/+239
2023-07-13Finish implementing the syntax for `progress`Son Ho2-38/+107
2023-07-12Improve progress to use assumptions and start working on a nice syntaxSon Ho5-95/+140
2023-07-12Make the `by inlit` implicitSon Ho1-8/+7
2023-07-12Improve the handling of arithmetic boundsSon Ho3-115/+126
2023-07-12Finish a first version of the progress tacticSon Ho6-171/+349
2023-07-11Work on the progress tacticSon Ho6-13/+346
2023-07-10Start working on the progress tacticSon Ho4-74/+99
2023-07-09Improve int_tacSon Ho1-23/+18
2023-07-09Implement a first working version of int_tacSon Ho1-38/+58
2023-07-09Make progress on the int tacticSon Ho3-268/+267
2023-07-06Reorganize a bit the lean backend filesSon Ho2-0/+121
2023-07-06Register the unfolding theorems in the Lean equation compilers and solve a "u...Son Ho1-2/+12
2023-07-06Improve the generated commentsSon Ho1-1/+1
2023-07-05Simplify the names used in Primitives.leanSon Ho1-16/+21
2023-07-04Fix an issue with mkSigmasValSon Ho2-106/+169
2023-07-04Fix some issues with the extraction to LeanSon Ho1-16/+47
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