summaryrefslogtreecommitdiff
path: root/backends (follow)
Commit message (Expand)AuthorAgeFilesLines
* isabelle: more correct u32 typeisabellestuebinm2024-07-041-3/+11
* had some fun writing an IsabelleHOL backendstuebinm2024-06-293-0/+85
* Bump Lean to v4.9.0rc3 (#261)Son HO2024-06-253-4/+2
* Do some cleanup in the Lean backend (#257)Son HO2024-06-227-22/+69
* Improve `scalar_tac` and `scalar_decr_tac` (#256)Son HO2024-06-227-50/+155
* Add some proofs for the Lean backend (#255)Son HO2024-06-219-40/+125
* Make a minor cleanupSon Ho2024-06-171-9/+11
* Merge branch 'son/update-lean' into has-int-predSon Ho2024-06-1718-283/+414
|\
| * Update the Lean dependenciesSon Ho2024-06-171-4/+4
| * Start updating Lean to 4.9.0-rc2Son Ho2024-06-142-4/+4
| * Update the testsSon Ho2024-06-131-5/+0
| * Update Lean to v4.9.0-rc1Son Ho2024-06-1315-139/+172
| * Fix more issues with the scalar notationsSon Ho2024-06-131-15/+29
| * Fix more issuesSon Ho2024-06-133-16/+22
| * Fix a proofSon Ho2024-06-131-1/+1
| * Merge branch 'main' into son/scalars2Son HO2024-06-131-1/+1
| |\
| | * Merge branch 'main' into prop-has-imp-sortSon HO2024-06-125-45/+118
| | |\
| | * | feat: `PropHasImp` can have `Sort u` as premissesRyan Lahfa2024-06-111-1/+1
| * | | Add an exampleSon Ho2024-06-121-0/+3
| * | | Update the scalar notations in LeanSon Ho2024-06-123-102/+109
| | |/ | |/|
| * | Revert "Update the scalar notation for the Lean backend"Son Ho2024-06-121-25/+25
| * | Revert "Update CoreConvertNum.lean"Son Ho2024-06-121-22/+22
| * | Update CoreConvertNum.leanSon Ho2024-06-121-22/+22
| * | Update the scalar notation for the Lean backendSon Ho2024-06-121-25/+25
| * | Deactivate the coercion from Nat to ScalarSon Ho2024-06-122-0/+17
| * | Slightly simplify the progress tacticSon Ho2024-06-121-8/+4
| * | Add wrappers around the rewriterSon Ho2024-06-121-0/+61
| * | Add the Simp.Config to the simp wrappersSon Ho2024-06-124-37/+36
| |/
* / backends/lean: introduce `HasIntPred` automationRyan Lahfa2024-06-122-8/+38
|/
* feat: add small pieces of max theoryRyan Lahfa2024-05-241-0/+39
* Update scalar_tac to use omega instead of linarithSon Ho2024-05-244-104/+82
* Fix an issue in the progress tacticSon Ho2024-05-211-0/+13
* feat(backends/lean): make `max`-related coercions nicerRyan Lahfa2024-05-211-0/+12
* Merge pull request #164 from RaitoBezarius/ofnat_scalarSon HO2024-05-141-0/+5
|\
| * feat(backend/lean): Raw Lean literals can be parsed into scalars automaticallyRyan Lahfa2024-04-301-0/+5
* | backends/lean: repair definition of `core.mem.replace`Ryan Lahfa2024-05-131-1/+4
|/
* Update the backend and ExtractBuiltin.mlSon Ho2024-04-253-1/+14
* Merge branch 'main' into core-option-unwrapSon Ho2024-04-253-0/+154
|\
| * Update the tests for ExternalSon Ho2024-04-252-0/+150
| * Merge branch 'main' into option-takeSon Ho2024-04-251-0/+15
| |\
| * | compiler: map `core::mem::swap` to the pure swapRyan Lahfa2024-04-241-0/+2
| * | compiler: map `core::option::Option::take` to identity functionRyan Lahfa2024-04-171-0/+2
* | | Add core::option::unwrap builtinZyad Hassan2024-04-243-5/+13
| |/ |/|
* | feat(backends/lean): scalars form a linear orderRyan Lahfa2024-04-231-0/+15
|/
* lean: scalars form a preorderRyan Lahfa2024-04-121-0/+10
* Add more definitions to the Lean librarySon Ho2024-04-124-0/+127
* Reorganize the files in the Lean backend a bitSon Ho2024-04-125-241/+266
* Start adding integer functions to the Lean librarySon Ho2024-04-123-3/+266
* Fix a proofSon Ho2024-04-121-1/+0
* Update the core.num.checked_* definitionsSon Ho2024-04-121-31/+233