summaryrefslogtreecommitdiff
path: root/tests/lean (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make minor modificationsSon Ho2023-07-311-0/+9
* Make minor modificationsSon Ho2023-07-261-3/+2
* Make a minor modification to a hashmap proofSon Ho2023-07-261-5/+9
* Update some of the Vec function specsSon Ho2023-07-261-16/+19
* Update the syntax of the progress tacticSon Ho2023-07-261-86/+85
* Fix a proof for the hashmapSon Ho2023-07-261-5/+12
* Make progress on the proofs of the hashmapSon Ho2023-07-251-18/+40
* Make progress on the proofs of the hashmapSon Ho2023-07-251-4/+112
* Make progress on the hashmap propertiesSon Ho2023-07-251-0/+92
* Improve the syntax of progress: `as ⟨ x, y .. ⟩`Son Ho2023-07-251-30/+4
* Improve the interactivity of some hashmap proofsSon Ho2023-07-201-75/+34
* Make progress on some of the hashmap proofsSon Ho2023-07-201-40/+127
* Make some proofs in Hashmap/Properties.lean and improve progressSon Ho2023-07-201-11/+65
* Improve progress further and move some lemmasSon Ho2023-07-201-84/+8
* Improve progressSon Ho2023-07-191-2/+32
* Improve progressSon Ho2023-07-181-13/+11
* Make minor modificationsSon Ho2023-07-171-25/+0
* With @sonmarcho, some Lean proofs for hashmaps + comments about possible impr...Aymeric Fromherz2023-07-172-0/+196
* Update the lean dependencies and update IListSon Ho2023-07-172-5/+5
* Make the `by inlit` implicitSon Ho2023-07-129-322/+269
* Use short names for the structure fields in LeanSon Ho2023-07-068-248/+154
* Improve the generated commentsSon Ho2023-07-0615-920/+916
* Simplify the names used in Primitives.leanSon Ho2023-07-057-78/+76
* Simplify the generated names for the types in LeanSon Ho2023-07-0519-889/+857
* Start using namespaces in the Lean backendSon Ho2023-07-0528-604/+672
* Fix an issue with mkSigmasValSon Ho2023-07-041-1/+1
* Regenerate the Lean test filesSon Ho2023-07-0422-192/+275
* Reorganize the Lean testsSon Ho2023-07-0467-6245/+1481
* Make good progress on generating code for HOL4Son Ho2023-06-041-1/+4
* Add Result_Inhabited to Primitives.leanSon Ho2023-06-048-0/+24
* Regenerate the translated files for LeanSon Ho2023-06-0437-4931/+4452
* Improve the generation of variant names for LeanSon Ho2023-06-0411-451/+419
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-043-113/+35
* Start updating simplify_aggregatesSon Ho2023-06-043-146/+124
* Make minor modifications to the Lean filesSon Ho2023-06-043-15/+14
* Update the extraction of Lean filesSon Ho2023-06-0442-139/+364
* Reorganize the Lean tests and extract the Polonius tests to LeanSon Ho2023-06-0429-0/+2357
* Remove the tests/lean/hashmap_on_disk/Main.lean fileSon Ho2023-06-041-10/+0
* Generate all the lakefile.lean filesSon Ho2023-06-046-0/+108
* Automate the generation of the lakefile.lean filesSon Ho2023-06-041-7/+3
* Update the generation of termination and decreases_by templates for LeanSon Ho2023-06-043-37/+37
* Make minor modifications and regenerate the Lean filesSon Ho2023-06-0420-1488/+1599
* WIPJonathan Protzenko2023-06-042-233/+221
* More commentsJonathan Protzenko2023-06-041-0/+8
* Some proseJonathan Protzenko2023-06-041-40/+45
* Idiomatic naming conventionsJonathan Protzenko2023-06-045-271/+297
* Improve formatting further by removing useless spacesSon Ho2023-06-045-90/+33
* Make sure let-bindings in Lean end with line breaks and improve formattingSon Ho2023-06-045-18/+36
* Improve formatting of the termination_by clausesSon Ho2023-06-043-84/+52
* Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho2023-06-0423-129/+5431