-
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
base: master
Are you sure you want to change the base?
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]>
CHANGELOG.md
Outdated
@@ -120,6 +120,8 @@ New modules | |||
|
|||
* `Data.Sign.Show` to show a sign | |||
|
|||
* `Relation.Nullary.Irrelevant` defining the concept of irrelevance (h-proposition), where all elements of a type are equal. |
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.
While this is a new module, it really is a refactoring, so this isn't quite the right place to put this. I'm sure previous CHANGELOGs have such entries that can be used as a guide on how to do this.
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]>
Update imports to replace references to
Relation.Nullary
withRelation.Nullary.Irrelevant
where applicable, enhancing clarity and organization in the codebase. #2624