-
Notifications
You must be signed in to change notification settings - Fork 19
Refactor SemanticEval to receive only one SemanticStore #213
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
base: main
Are you sure you want to change the base?
Conversation
atomb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though this adds a couple of sorrys, I'm inclined perhaps to go ahead with merging it and fixing those in a separate PR, since the refactoring this does will conflict with quite a few potential changes and will also make working with the semantics easier in general, whereas the work on fixing the proofs is essentially independent of anything else.
|
Ok..! Changed the status of PR to ready. :) |
atomb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the main PR description before merging?
dc3a21c to
e0af0d6
Compare
Description of changes:
This pull request updates the expression evaluator (
SemanticEvalin Strata) which previously needed to take two states: one for old expressions, one for normal (‘new’) expressions, but after this pull request it takes only one state.It introduces a couple of
sorrys, but these will be eventually fixed.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.