summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-194-45/+131
|
* Move an arithmetic lemmaSon Ho2023-07-182-10/+10
|
* Make modifications to Vec.leanSon Ho2023-07-181-3/+5
|
* Improve progressSon Ho2023-07-184-18/+32
|
* Make minor modificationsSon Ho2023-07-171-25/+0
|
* Start proving theorems for primitive definitionsSon Ho2023-07-176-50/+116
|
* Reorganize the Lean backendSon Ho2023-07-1711-1171/+1184
|
* With @sonmarcho, some Lean proofs for hashmaps + comments about possible ↵Aymeric Fromherz2023-07-172-0/+196
| | | | improvements
* Move a definitionSon Ho2023-07-172-3/+3
|
* Update the lean dependencies and update IListSon Ho2023-07-177-14/+17
|
* Update a commentSon Ho2023-07-131-2/+1
|
* Add IList.leanSon Ho2023-07-134-64/+242
|
* 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-1211-331/+277
|
* 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-105-74/+101
|
* Improve int_tacSon Ho2023-07-091-23/+18
|
* Implement a first working version of int_tacSon Ho2023-07-091-38/+58
|
* Make progress on the int tacticSon Ho2023-07-093-268/+267
|
* Reorganize a bit the lean backend filesSon Ho2023-07-062-0/+121
|
* Register the unfolding theorems in the Lean equation compilers and solve a ↵Son Ho2023-07-061-2/+12
| | | | "unused variable" warning
* 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
|