Skip to content

[Merged by Bors] - chore(Order/Defs): Cleanup#16059

Closed
YaelDillies wants to merge 1 commit intomasterfrom
cleanup_order_defs
Closed

[Merged by Bors] - chore(Order/Defs): Cleanup#16059
YaelDillies wants to merge 1 commit intomasterfrom
cleanup_order_defs

Conversation

@YaelDillies
Copy link
Copy Markdown
Contributor


Open in Gitpod

@YaelDillies YaelDillies added the t-order Order theory label Aug 22, 2024
@github-actions
Copy link
Copy Markdown

PR summary 6494c51a77

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ instance (priority := 900) (a b : α) : Decidable (a < b) := LinearOrder.decidableLT a b
+ instance (priority := 900) (a b : α) : Decidable (a = b) := LinearOrder.decidableEq a b
+ instance (priority := 900) (a b : α) : Decidable (a ≤ b) := LinearOrder.decidableLE a b
++-- le_iff_lt_or_eq
++-- lt_or_eq_of_le
- instance (priority := 900) (a b : α) : Decidable (a < b)
- instance (priority := 900) (a b : α) : Decidable (a = b)
- instance (priority := 900) (a b : α) : Decidable (a ≤ b)

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@kim-em
Copy link
Copy Markdown
Contributor

kim-em commented Aug 22, 2024

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Aug 22, 2024
mathlib-bors bot pushed a commit that referenced this pull request Aug 22, 2024
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Aug 22, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(Order/Defs): Cleanup [Merged by Bors] - chore(Order/Defs): Cleanup Aug 22, 2024
@mathlib-bors mathlib-bors bot closed this Aug 22, 2024
@mathlib-bors mathlib-bors bot deleted the cleanup_order_defs branch August 22, 2024 13:52
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 9, 2024
bjoernkjoshanssen pushed a commit that referenced this pull request Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-order Order theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants