summaryrefslogtreecommitdiff
path: root/compiler/Extract.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-29Cleanup and fix a mistakeSon Ho1-7/+5
2024-03-29Add some missing error messagesSon Ho1-5/+2
2024-03-29Improve the error messagesSon Ho1-1/+4
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-4/+11
2024-03-29added file and line arg to craise and cassertEscherichia1-25/+25
2024-03-28formattingEscherichia1-111/+185
2024-03-28changes after git rebase mainEscherichia1-6/+8
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-19/+18
2024-03-28Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia1-2/+2
2024-03-28changes to extract_ty and related functions to use the right metaEscherichia1-29/+29
2024-03-28Still need to fill the TODO: error message and check some meta but it buildsEscherichia1-2/+2
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-183/+187
2024-03-18Update extract_trait_implSon Ho1-7/+23
2024-03-18Fix the extraction of trait constantsSon Ho1-3/+5
2024-03-18Make good progress on adding generics to global constantsSon Ho1-24/+83
2024-03-17Update following changes in CharonSon Ho1-5/+1
2024-03-11Update the generation of namesSon Ho1-2/+2
2024-03-10Update the name generation and add CLI to print external pat namesSon Ho1-16/+44
2024-03-08Make progress on propagating the changesSon Ho1-287/+157
2024-03-08Update the code generated for tuple projectorsSon Ho1-18/+39
2024-03-08Fix tuple indexing for Lean backendZyad Hassan1-4/+33
2024-03-08Update the generation of constant bodies for LeanSon Ho1-2/+1
2024-02-02Start fixing the testsSon Ho1-1/+1
2023-12-23Fix an issue when deconstructing tuples in CoqSon Ho1-2/+8
2023-12-22Annotate the bound vars in the lambdas for CoqSon Ho1-20/+36
2023-12-22Fix a minor extraction issueSon Ho1-1/+1
2023-12-22Slightly update the formatting of the do blocksSon Ho1-24/+26
2023-12-21Update the formatting of commentsSon Ho1-8/+6
2023-12-21Remove some asserts which are now uselessSon Ho1-4/+0
2023-12-21Make good progress on merging the fwd/back functionsSon Ho1-1/+3
2023-12-18Do not register the names of the back funs if they are merged with the fwd funsSon Ho1-3/+8
2023-12-15Make progress on propagating the changesSon Ho1-4/+4
2023-12-15Make progress on generalizing the signature informationSon Ho1-4/+4
2023-12-13Update Pure.fun_sig_infoSon Ho1-2/+6
2023-12-07Fix minor issues when extracting a structure with one field as a tupleSon Ho1-21/+34
2023-12-07Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho1-26/+48
2023-11-24Make a minor fixSon Ho1-1/+1
2023-11-24Update some assumed type names/variantsSon Ho1-6/+1
2023-11-22Improve further the generation of parent clause/trait clause namesSon Ho1-7/+26
2023-11-21Reorganize the "Extract" filesSon Ho1-24/+23
2023-11-21Add span information to the generated codeSon Ho1-12/+19
2023-11-20Use the name matcher implemented in CharonSon Ho1-7/+11
2023-11-16Finish propagating the changes to the names and cleaningSon Ho1-19/+21
2023-11-12Prefix variants related to types with "T"Son Ho1-7/+7
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-13/+13
2023-11-09Make the traits work for CoqSon Ho1-140/+251
2023-11-09Extract the trait parent clauses after the types and the constantsSon Ho1-24/+25
2023-11-09Progress on making the traits work for F*Son Ho1-9/+29
2023-11-09Fix a small issue in AssociatedTypesSon Ho1-2/+2
2023-11-07Update the extractionSon Ho1-2/+2