-
Notifications
You must be signed in to change notification settings - Fork 234
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
Using typeclasses in src/ #2969
Merged
Merged
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8098801 - Browse repository at this point
Copy the full SHA 8098801View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d0410 - Browse repository at this point
Copy the full SHA d9d0410View commit details -
Configuration menu - View commit details
-
Copy full SHA for a615721 - Browse repository at this point
Copy the full SHA a615721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23440a5 - Browse repository at this point
Copy the full SHA 23440a5View commit details -
Compiler: 'Stubbing' everything
To prevent circularities when using typeclasses within the compiler (since we need to refer to tactic modules potentially from anywhere) we stub all of the exposed interfaces in ulib, so the compiler does not 'realize' they are the same modules. Extraction then takes care of removing the 'Stubs' namespace component, essentially closing the loop.
Configuration menu - View commit details
-
Copy full SHA for cd67c6e - Browse repository at this point
Copy the full SHA cd67c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c505f - Browse repository at this point
Copy the full SHA b5c505fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da7a20a - Browse repository at this point
Copy the full SHA da7a20aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0483c42 - Browse repository at this point
Copy the full SHA 0483c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117a847 - Browse repository at this point
Copy the full SHA 117a847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f7dfc - Browse repository at this point
Copy the full SHA 97f7dfcView 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.