-
Notifications
You must be signed in to change notification settings - Fork 42
Begin to plug the profiling gaps in the \ceil simplifier #1974
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
Conversation
| import {-# SOURCE #-} qualified Kore.Step.Simplification.Ceil as Ceil | ||
| ( makeEvaluate | ||
| , makeEvaluateTerm | ||
| ( makeEvaluateTerm |
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.
Why is this still needed?
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.
It's not either, and if I also remove the import from Kore.Builtin.Builtin, then we can remove the .hs-boot file for Ceil! 🎉
| (ReaderT (SideCondition variable) simplifier) | ||
| (TermLike variable) | ||
| (OrCondition variable) | ||
| ceilSimplifierTermLike = |
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.
Where is this used, or where/why will this be needed?
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.
It's not, thanks for spotting that!
ana-pantilie
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.
Looks good! I couldn't find anything else to refactor, except removing some outdated comments. If you think there is anything else that could use some refactoring please let me know.
That sounds great! "Cleanup" might be better than "refactor" anyway. I think cleanup can include refactoring. |
Fixes #1896
Reviewer checklist
stack test --coveragestack haddock