summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finish the proofs of the hashmapSon Ho2023-06-047-472/+1559
|
* Prove hash_map_insert_fwd_back_specSon Ho2023-06-041-1/+59
|
* Make progress on the proofs of the hash mapSon Ho2023-06-046-6/+799
|
* Make good progress on the proofs of the hashmap in HOL4Son Ho2023-06-047-64/+841
|
* Start working on the proofs of the hash mapSon Ho2023-06-041-0/+543
|
* Make the theorems used by the progress tactic persistentSon Ho2023-06-048-186/+285
|
* Update tests/MakefileSon Ho2023-06-041-1/+1
|
* Add the generated HOL4 filesSon Ho2023-06-0444-4/+13223
|
* Commit saveThmsLib.sigSon Ho2023-06-041-0/+46
|
* Improve the parsing for divDefLibSon Ho2023-06-041-1/+91
|
* Fix some minor issuesSon Ho2023-06-042-41/+49
|
* Make progress on the HOL4 backendSon Ho2023-06-044-81/+378
|
* Make progress on extracting the HOL4 filesSon Ho2023-06-045-18/+319
|
* Make the unfolding theorems collection from evalLib persistentSon Ho2023-06-0410-251/+235
|
* Make minor modificationsSon Ho2023-06-041-5/+11
|
* Start working on saveThmsLibSon Ho2023-06-041-0/+190
|
* Commit evalLibSon Ho2023-06-042-0/+170
|
* Update the definitions of mk_vec and vec_insert_backSon Ho2023-06-042-21/+71
|
* Cleanup a bit the HOL4 backend and implement eval_convSon Ho2023-06-0414-56/+238
|
* Make good progress on generating code for HOL4Son Ho2023-06-0422-719/+2101
|
* Make a minor modificationSon Ho2023-06-041-3/+5
|
* Introduce fix_exec, an executable version of fixSon Ho2023-06-045-13/+90
|
* Make minor modificationsSon Ho2023-06-042-8/+35
|
* Make minor modifications to divDefLibSon Ho2023-06-042-60/+65
|
* Fix minor issuesSon Ho2023-06-043-12/+508
|
* Fix minor issuesSon Ho2023-06-042-6/+17
|
* Do more cleanupSon Ho2023-06-042-1222/+0
|
* Cleanup the files of the HOL4 backendSon Ho2023-06-0416-3080/+2938
|
* Reimplement DefineDiv with the new fixed point operatorSon Ho2023-06-043-2/+1249
|
* Write some tests for divDefProto2Script.smlSon Ho2023-06-042-84/+214
|
* Update divDefProto2Script.smlSon Ho2023-06-041-55/+16
|
* Write a prototype definition using the general fixed-point combinatorSon Ho2023-06-042-510/+417
|
* Start working on more general fixed-point combinatorsSon Ho2023-06-043-0/+904
|
* Cleanup divDefProtoScriptSon Ho2023-06-042-523/+12
|
* Improve the performance of dependent rewrites by using netsSon Ho2023-06-042-58/+120
|
* Make more proofs about the hashmap protoSon Ho2023-06-045-4/+225
|
* Update the hashmap proofs and fix some tacticsSon Ho2023-06-045-46/+300
|
* Start working on a version of divDefLib which uses fixed point combinatorsSon Ho2023-06-042-0/+983
|
* Cleanup a bit and reorganizeSon Ho2023-06-046-90/+577
|
* Make minor modificationsSon Ho2023-06-041-0/+26
|
* Fix minor bugs in divDefLib.smlSon Ho2023-06-041-28/+134
|
* Fix a small issueSon Ho2023-06-041-3/+32
|
* Cleanup a bitSon Ho2023-06-041-220/+136
|
* Finish a first working version of divDefLib.smlSon Ho2023-06-041-29/+347
|
* Start working on divDefLib for diverging definitionsSon Ho2023-06-049-111/+995
|
* Add a .sig fileSon Ho2023-06-041-0/+202
|
* Reorganize the HOL4 files and fix some issues with the arithmetic proofsSon Ho2023-06-044-763/+568
|
* Make progress on the standard library for HOL4Son Ho2023-06-049-91/+1041
|
* Cleanup a bitSon Ho2023-06-043-191/+17
|
* Make progress on primitivesScriptSon Ho2023-06-046-211/+333
|