-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the Record
theory
#1095
Open
Halbaroth
wants to merge
14
commits into
OCamlPro:next
Choose a base branch
from
Halbaroth:merge-records
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Remove the Record
theory
#1095
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b4049a - Browse repository at this point
Copy the full SHA 7b4049aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cac7a8 - Browse repository at this point
Copy the full SHA 8cac7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff0e41 - Browse repository at this point
Copy the full SHA 6ff0e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8508cb - Browse repository at this point
Copy the full SHA d8508cbView commit details -
Do not display 0 candidates messages
As we load by default prelude with plenty of axioms, we got a lot of messages about these axioms in the debugging printers of `Matching`. This commit changes this behavior. We only print messages if there is at least one candidate.
Configuration menu - View commit details
-
Copy full SHA for aabc2bc - Browse repository at this point
Copy the full SHA aabc2bcView commit details -
Add a variant of the issue 1008 test
Currently, the test `record.smt2` of the issue 1008 only succeeds with the Tableaux SAT solver
Configuration menu - View commit details
-
Copy full SHA for 62021dc - Browse repository at this point
Copy the full SHA 62021dcView commit details -
Better printer + remove dead code
The function `xs_modulo_records` is not useful anymore. Indeed, all the ADT variables are sent to the ADT relation thanks to the `init` function of `Uf`. As record type has only one constructor by definition, this will always replace a record variable by a record definition in the union find and we can match patterns of the form `{ lbl1 = ..; ...; lblk = ..}`.
Configuration menu - View commit details
-
Copy full SHA for 6529b17 - Browse repository at this point
Copy the full SHA 6529b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for caaf87b - Browse repository at this point
Copy the full SHA caaf87bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2006f - Browse repository at this point
Copy the full SHA 7f2006fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a89abf7 - Browse repository at this point
Copy the full SHA a89abf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2cbfc2 - Browse repository at this point
Copy the full SHA f2cbfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d20e79 - Browse repository at this point
Copy the full SHA 6d20e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf9e0f - Browse repository at this point
Copy the full SHA 1bf9e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d966c - Browse repository at this point
Copy the full SHA 20d966cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.