-
Notifications
You must be signed in to change notification settings - Fork 45
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
rename and doc finSubCover #832
Conversation
Quote from issue #658:
Indeed. |
Or maybe we can try to use And then the |
3a74ea5
to
854b088
Compare
@zstone1 do you think that this is a reasonable 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.
Looks good to me. That name always threw me off.
- use cover in finSubCover - use [set: ] instead of @Sett - use shortcut notation for set comprehension
854b088
to
6eda319
Compare
@t6s do you think this PR fixes your issue? |
- use cover in finSubCover - use [set: ] instead of @Sett - use shortcut notation for set comprehension
- use cover in finSubCover - use [set: ] instead of @Sett - use shortcut notation for set comprehension
- use cover in finSubCover - use [set: ] instead of @Sett - use shortcut notation for set comprehension
Motivation for this change
fixes #658
I added a documentation entry.
Since the naming was questioned, I propose a new one that essentially gets rid of camlCase
which is more commonly used for mixins and structures in MathComp.
I haven't changed the definition as suggested by the issue.
Things done/to do
CHANGELOG_UNRELEASED.md
Automatic note to reviewers
Read this Checklist and put a milestone if possible.