-
Notifications
You must be signed in to change notification settings - Fork 64
pseudometric alias #1628
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
pseudometric alias #1628
Conversation
90a04b1 to
aced715
Compare
| End numFieldNormedType. | ||
| Import numFieldNormedType.Exports. | ||
|
|
||
| Definition pseudoMetric_normed (K : numFieldType) (M : normedZmodType K) : Type |
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.
Is there not pseudometric somewhere? If so, why do we need to change the alias?
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.
I looked at existing aliases (e.g., pseudoMetric_bool in bool_topology.v) and observed that they had more elaborated names, so I concluded that a name that better explains the input and the output could be more appropriate, hence the name change.
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.
arg, not a good example since this precise example might actually be useless, see issue #1636
Co-authored-by: Quentin Vermande <[email protected]>
* alias for pseudometric and factory for normed module --------- Co-authored-by: Quentin Vermande <[email protected]>
* alias for pseudometric and factory for normed module --------- Co-authored-by: Quentin Vermande <[email protected]>
Motivation for this change
fixes #1636
Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers