summaryrefslogtreecommitdiff
path: root/backends/lean/Base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make minor modificationsSon Ho2023-08-041-4/+4
|
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-42/+38
|
* Add the UtilsBase.lean fileSon Ho2023-08-041-0/+10
|
* Start adding support for Arrays/Slices in the Lean librarySon Ho2023-08-048-39/+680
|
* Update some of the Vec function specsSon Ho2023-07-262-9/+21
|
* Update the syntax of the progress tacticSon Ho2023-07-264-25/+32
|
* Make progress on the proofs of the hashmapSon Ho2023-07-251-4/+43
|
* Make progress on the proofs of the hashmapSon Ho2023-07-256-30/+104
|
* Make progress on the hashmap propertiesSon Ho2023-07-257-29/+49
|
* Improve int_tac and scalar_tacSon Ho2023-07-255-32/+87
|
* Add the possibility of using "_" as ident for progressSon Ho2023-07-252-18/+26
|
* Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho2023-07-252-44/+94
|
* Fix a naming issue with progressSon Ho2023-07-201-4/+4
|
* Make progress on some of the hashmap proofsSon Ho2023-07-201-8/+22
|
* Make some proofs in Hashmap/Properties.lean and improve progressSon Ho2023-07-204-63/+64
|
* Improve progress further and move some lemmasSon Ho2023-07-202-21/+101
|
* Add fine-grained lemmas for the arithmetic operationsSon Ho2023-07-202-8/+131
|
* Improve progress furtherSon Ho2023-07-202-72/+142
|
* Fix a small issue with the persistent state of progressSon Ho2023-07-192-5/+13
|
* Add some utilities for progressSon Ho2023-07-192-5/+35
|
* Add arithmetic spec lemmasSon Ho2023-07-191-6/+161
|
* Start implementing support for some type classes for progressSon Ho2023-07-192-25/+117
|
* Cleanup moreSon Ho2023-07-191-3/+0
|
* Cleanup a bitSon Ho2023-07-191-2/+0
|
* Improve progressSon Ho2023-07-193-43/+99
|
* Move an arithmetic lemmaSon Ho2023-07-182-10/+10
|
* Make modifications to Vec.leanSon Ho2023-07-181-3/+5
|
* Improve progressSon Ho2023-07-183-5/+21
|
* Start proving theorems for primitive definitionsSon Ho2023-07-176-50/+116
|
* Reorganize the Lean backendSon Ho2023-07-1711-1171/+1184
|
* Move a definitionSon Ho2023-07-172-3/+3
|
* Update the lean dependencies and update IListSon Ho2023-07-172-4/+0
|
* Update a commentSon Ho2023-07-131-2/+1
|
* Add IList.leanSon Ho2023-07-133-64/+239
|
* Finish implementing the syntax for `progress`Son Ho2023-07-132-38/+107
|
* Improve progress to use assumptions and start working on a nice syntaxSon Ho2023-07-125-95/+140
|
* Make the `by inlit` implicitSon Ho2023-07-121-8/+7
|
* Improve the handling of arithmetic boundsSon Ho2023-07-123-115/+126
|
* Finish a first version of the progress tacticSon Ho2023-07-126-171/+349
|
* Work on the progress tacticSon Ho2023-07-116-13/+346
|
* Start working on the progress tacticSon Ho2023-07-104-74/+99
|
* Improve int_tacSon Ho2023-07-091-23/+18
|
* Implement a first working version of int_tacSon Ho2023-07-091-38/+58
|