Skip to content
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

[Merged by Bors] - fix(Tactic/ToAdditive): deal with the auxilliary .proof_i and .eq_i declarations #680

Closed
wants to merge 4 commits into from

Conversation

fpvandoorn
Copy link
Member

@fpvandoorn fpvandoorn commented Nov 22, 2022

  • Also allow @[to_additive!]/@[to_additive?] and friends without spaces.
  • I added tiny documentations because of the doc_blame linter. It would be better to use @[inherit_doc ...] on the initialization of the to_additive attribute, but I don't know the name of that. Help would be appreciated (though this can wait for a later PR).
  • Add missing documentation in the rest of the file. For the other initialize attributes I copied the Lean 3 documentation that was removed in Lean 4 for some reason. I did not check if the implementation is exactly the same.

@fpvandoorn fpvandoorn added the awaiting-review The author would like community review of the PR label Nov 22, 2022
@semorrison
Copy link
Contributor

bors merge

bors bot pushed a commit that referenced this pull request Nov 22, 2022
…i` declarations (#680)

* Also allow `@[to_additive!]`/`@[to_additive?]` and friends without spaces.
* I added tiny documentations because of the doc_blame linter. It would be better to use `@[inherit_doc ...]` on the initialization of the `to_additive` attribute, but I don't know the name of that. Help would be appreciated (though this can wait for a later PR).
* Add missing documentation in the rest of the file. For the other initialize attributes I copied the Lean 3 documentation that was removed in Lean 4 for some reason. I did not check if the implementation is exactly the same.
@bors
Copy link

bors bot commented Nov 22, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix(Tactic/ToAdditive): deal with the auxilliary .proof_i and .eq_i declarations [Merged by Bors] - fix(Tactic/ToAdditive): deal with the auxilliary .proof_i and .eq_i declarations Nov 22, 2022
@bors bors bot closed this Nov 22, 2022
@bors bors bot deleted the fixToAdditive branch November 22, 2022 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review The author would like community review of the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants