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] - chore: fix name *.Lf #7163

Closed
wants to merge 1 commit into from
Closed

[Merged by Bors] - chore: fix name *.Lf #7163

wants to merge 1 commit into from

Conversation

negiizhao
Copy link
Collaborator


Open in Gitpod

@negiizhao negiizhao added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. awaiting-CI t-combinatorics Combinatorics labels Sep 14, 2023
@@ -274,36 +274,36 @@ instance shortBit1 (x : PGame.{u}) [Short x] : Short (bit1 x) := by dsimp [bit1]
We build `Decidable (x ≤ y)` and `Decidable (x ⧏ y)` in a simultaneous induction.
Instances for the two projections separately are provided below.
-/
def leLfDecidable : ∀ (x y : PGame.{u}) [Short x] [Short y], Decidable (x ≤ y) × Decidable (x ⧏ y)
def leLFDecidable : ∀ (x y : PGame.{u}) [Short x] [Short y], Decidable (x ≤ y) × Decidable (x ⧏ y)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal, but this name seems really quite weird. Do our naming conventions allow lelfDecidable? It might be worth asking on Zulip, but feel free to merge before getting an answer

bors d+

@bors
Copy link

bors bot commented Sep 14, 2023

✌️ negiizhao can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@negiizhao
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 16, 2023
@bors
Copy link

bors bot commented Sep 16, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title chore: fix name *.Lf [Merged by Bors] - chore: fix name *.Lf Sep 16, 2023
@bors bors bot closed this Sep 16, 2023
@bors bors bot deleted the FR_Lf branch September 16, 2023 09:01
kodyvajjha pushed a commit that referenced this pull request Sep 22, 2023
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 easy < 20s of review time. See the lifecycle page for guidelines. t-combinatorics Combinatorics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants