summaryrefslogtreecommitdiff
path: root/backends/lean/Base/Progress (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-17Refold the scalar types when applying progressSon Ho1-1/+25
2023-09-18Fix an issue when loading the saved theorem maps for the progress tacticSon Ho2-3/+68
2023-09-14Fix the hashmap proofs in LeanSon Ho1-6/+7
2023-09-14Fix panic issues with the progress tacticSon Ho1-3/+5
2023-07-26Update some of the Vec function specsSon Ho1-5/+12
2023-07-26Update the syntax of the progress tacticSon Ho1-19/+22
2023-07-25Make progress on the proofs of the hashmapSon Ho1-6/+28
2023-07-25Make progress on the hashmap propertiesSon Ho2-4/+4
2023-07-25Improve int_tac and scalar_tacSon Ho1-1/+12
2023-07-25Add the possibility of using "_" as ident for progressSon Ho1-16/+21
2023-07-25Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho1-31/+46
2023-07-20Fix a naming issue with progressSon Ho1-4/+4
2023-07-20Make some proofs in Hashmap/Properties.lean and improve progressSon Ho2-54/+39
2023-07-20Improve progress further and move some lemmasSon Ho1-21/+34
2023-07-20Add fine-grained lemmas for the arithmetic operationsSon Ho1-1/+1
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-19Start implementing support for some type classes for progressSon Ho2-25/+117
2023-07-19Cleanup a bitSon Ho1-2/+0
2023-07-19Improve progressSon Ho1-35/+80
2023-07-18Improve progressSon Ho2-5/+17
2023-07-17Start proving theorems for primitive definitionsSon Ho2-1/+6
2023-07-17Reorganize the Lean backendSon Ho1-0/+2
2023-07-17Update the lean dependencies and update IListSon Ho1-3/+0
2023-07-13Finish implementing the syntax for `progress`Son Ho1-28/+70
2023-07-12Improve progress to use assumptions and start working on a nice syntaxSon Ho2-32/+77
2023-07-12Improve the handling of arithmetic boundsSon Ho1-2/+3
2023-07-12Finish a first version of the progress tacticSon Ho2-31/+29
2023-07-11Work on the progress tacticSon Ho2-0/+287