Conversation
kim-em
reviewed
Nov 10, 2022
kim-em
reviewed
Nov 10, 2022
kim-em
reviewed
Nov 10, 2022
kim-em
reviewed
Nov 10, 2022
kim-em
reviewed
Nov 10, 2022
Contributor
|
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2022
This is a direct translation of the [mathlib3 version](https://github.com/leanprover-community/mathlib/blob/1499a80b158f835d31d22d6a6770476abdc53a60/src/tactic/mk_iff_of_inductive_prop.lean) and [its tests](https://github.com/leanprover-community/mathlib/blob/1499a80b158f835d31d22d6a6770476abdc53a60/test/mk_iff_of_inductive.lean)
|
Pull request successfully merged into master. Build succeeded: |
This was referenced Nov 13, 2022
bors bot
pushed a commit
that referenced
this pull request
Nov 14, 2022
Some cleanup and documentation for #561.
bors bot
pushed a commit
that referenced
this pull request
Nov 16, 2022
mathlib3 sha: 5ca6e9d2bb25feeebdefe9bd9de163897bdecd05 Relatively straightforward. Depends on ~~#559 (`EqvGen`)~~ and ~~#561 (`mk-iffs` attribute)~~ Co-authored-by: Vierkantor <vierkantor@vierkantor.com> Co-authored-by: David Renshaw <dwrenshaw@gmail.com> Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a direct translation of the mathlib3 version and its tests