-
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] imports to use Relation.Nullary.Irrelevant
#2676
Conversation
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.
There's a new module, so there should be a changelog entry
I just added the changelog entry, but I’m not sure if I did it correctly. |
Also a good idea, for the sake of the GitHub history, to explicitly mention #2624 , which this now does over as a 'clean' PR. |
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.
Besides the nitpick, I am now convinced about the benefits of the refactoring, esp. wrt removing the imports with hiding (Irrelevant)
directives.
Co-authored-by: jamesmckinna <[email protected]>
Relation.Nullary.Irrelevant
#2624
Relation.Nullary.Irrelevant
#2624Relation.Nullary.Irrelevant
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.
Suggested tweak, but optional.
Co-authored-by: jamesmckinna <[email protected]>
@Taneb @JacquesCarette are either/both of you happy now? Suggest clearing this one off the docket? |
Update imports to replace references to
Relation.Nullary
withRelation.Nullary.Irrelevant
where applicable, enhancing clarity and organization in the codebase. #2624