summaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Regenerate the Lean test filesSon Ho2023-07-0422-192/+275
* Reorganize the Lean testsSon Ho2023-07-0467-6245/+1481
* Update the HOL4 proofs for the last *release* version of HOL4Son Ho2023-06-046-325/+327
* Start setting up the Nix derivation for HOL4Son Ho2023-06-042-5/+16
* Add a commentSon Ho2023-06-041-1/+5
* Finish the proofs of the hashmapSon Ho2023-06-042-463/+1461
* Prove hash_map_insert_fwd_back_specSon Ho2023-06-041-1/+59
* Make progress on the proofs of the hash mapSon Ho2023-06-041-4/+619
* Make good progress on the proofs of the hashmap in HOL4Son Ho2023-06-041-46/+686
* Start working on the proofs of the hash mapSon Ho2023-06-041-0/+543
* Update tests/MakefileSon Ho2023-06-041-1/+1
* Add the generated HOL4 filesSon Ho2023-06-0443-0/+13198
* Make good progress on generating code for HOL4Son Ho2023-06-0411-109/+148
* Add Result_Inhabited to Primitives.leanSon Ho2023-06-048-0/+24
* Regenerate the translated files for LeanSon Ho2023-06-0437-4931/+4452
* Make a minor fixSon Ho2023-06-044-39/+32
* Improve the generation of variant names for LeanSon Ho2023-06-0411-451/+419
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-047-314/+79
* Start updating simplify_aggregatesSon Ho2023-06-0414-292/+589
* 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-0423-334/+391
* 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-0434-175/+5431
* Make sure Main runs some codeJonathan Protzenko2023-06-041-2/+7
* All of the generated code is syntactically correctJonathan Protzenko2023-06-042-3/+3
* WIPJonathan Protzenko2023-06-046-40/+206
* Fix runaway indentationJonathan Protzenko2023-06-041-451/+440
* Fill out more of the primitives file, attempt at type classes for scalar_castJonathan Protzenko2023-06-042-4/+28
* Remove last sorry in PrimitivesJonathan Protzenko2023-06-041-4/+2
* Fill out Primitives.leanJonathan Protzenko2023-06-042-10/+110
* Don't need extra variables for the decreases clausesJonathan Protzenko2023-06-041-11/+15
* WIP printing proper clausesJonathan Protzenko2023-06-041-35/+49
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-042-446/+481
* WIP lots of stuffJonathan Protzenko2023-06-044-24/+73
* Fixup one primitive that is not assumed to be monadicJonathan Protzenko2023-06-041-4/+4
* Fix a syntax errorJonathan Protzenko2023-06-041-10/+5
* Custom syntax support for structures in LeanJonathan Protzenko2023-06-041-22/+71
* More cosmetic improvementsJonathan Protzenko2023-06-042-89/+85