summaryrefslogtreecommitdiff
path: root/tests/lean (follow)
Commit message (Expand)AuthorAgeFilesLines
* Regenerate the testsSon Ho2023-11-091-44/+17
* Modify some options and update the MakefileSon Ho2023-11-097-1060/+1474
* Regenerate some Lean testsSon Ho2023-11-092-0/+39
* Update the Makefile and regenerate some testsSon Ho2023-11-081-0/+12
* Update the extractionSon Ho2023-11-072-0/+13
* Regenerate part of the trait tests for LeanSon Ho2023-11-062-16/+65
* Regenerate some of the F* test filesSon Ho2023-10-271-4/+4
* Fix some issues and regenerate the HashmapMain example for LeanSon Ho2023-10-262-99/+129
* Regenerate the betree example for LeanSon Ho2023-10-261-40/+39
* Regenerate several test files for LeanSon Ho2023-10-264-122/+132
* Regenerate the array files for LeanSon Ho2023-10-262-111/+103
* Regenerate the hashmap filesSon Ho2023-10-252-86/+133
* Regenerate the Lean array testSon Ho2023-10-251-169/+150
* Handle properly the builtin, non fallible functionsSon Ho2023-10-241-6/+6
* Start taking into account non-fallible functions like core::mem::replaceSon Ho2023-10-241-70/+64
* Merge branch 'main' into son_traits and fix some issuesSon Ho2023-10-165-22/+423
|\
| * Cleanup the tutorial a bitSon Ho2023-09-181-80/+110
| * Make minor modifications to the tutorialSon Ho2023-09-181-3/+2
| * Make progress on the tutorialSon Ho2023-09-181-3/+66
| * Start writing a tutorialSon Ho2023-09-182-0/+298
| * Fix the hashmap proofs in LeanSon Ho2023-09-143-22/+33
* | Add support for array repeatSon Ho2023-10-131-26/+7
* | Slightly improve formatting of the generated codeSon Ho2023-10-061-10/+10
* | Generate the Traits test files for LeanSon Ho2023-10-064-0/+320
* | Make minor modificationsSon Ho2023-09-131-5/+3
* | Regenerate the test files and fix a proofSon Ho2023-09-074-22/+5
* | Regenerate the array testsSon Ho2023-08-181-0/+8
* | Add tests which use const generics as valuesSon Ho2023-08-181-0/+4
|/
* Update the nix flake and regenerate the codeSon Ho2023-08-094-4/+4
* Regenerate the test filesSon Ho2023-08-083-215/+215
* Regenerate the test filesSon Ho2023-08-072-42/+230
* Fix a heart beat issue in a Lean proofSon Ho2023-08-041-0/+4
* Update the Makefile and regenerate the test filesSon Ho2023-08-041-23/+18
* Add a forgotten fileSon Ho2023-08-041-0/+1
* Generate the Array example in LeanSon Ho2023-08-042-0/+295
* Make minor modificationsSon Ho2023-08-043-5/+5
* Make a minor formatting modification for LeanSon Ho2023-08-0314-0/+14
* Fix issuesSon Ho2023-08-031-0/+1
* 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