-
Notifications
You must be signed in to change notification settings - Fork 245
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
[ refactor ] Add equality as a parameter to Algebra.Consequences.Base
#2572
base: master
Are you sure you want to change the base?
Conversation
Currently this feels like two different PRs merged into one. One with a load of refactorings. One with the change to the equality parameter. Is it possible to separate them out to make them easier to understand and review? |
Good, thanks @MatthewDaggitt . The 'pure' refactoring PR now split off as #2592 , on which this PR (with the change in top-level parameterisation) then blocks. After merging that (and rebasing this one against the resulting |
See this comment on issue #2502 .
By analogy with
Algebra.Definitions
andAlgebra.Structures
... moreovernon-breaking
.Indeed,
Base
is only imported byAlgebra.Consequences.Setoid
(and by the now-deprecated moduleAlgebra.FunctionProperties.Consequences.Core
), so there should be no knock-on consequences (sic) for client modules.