Skip to content

Conversation

@jamesmckinna
Copy link
Contributor

@jamesmckinna jamesmckinna commented Jul 30, 2025

Cherry-picked from #2744 . Almost purely cosmetic:

NB.

Copy link
Contributor

@MatthewDaggitt MatthewDaggitt left a comment

Choose a reason for hiding this comment

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

Otherwise I approve

@MatthewDaggitt MatthewDaggitt added this to the v2.4 milestone Aug 2, 2025
@jamesmckinna jamesmckinna changed the title [ refactoring ] Data.Fin.Properties.decFinSubset [ refactor ] Data.Fin.Properties.decFinSubset Aug 19, 2025
@jamesmckinna
Copy link
Contributor Author

@MatthewDaggitt can you re-review ahead of a possible merge?

@jamesmckinna
Copy link
Contributor Author

Hmm... some weird sync error. Have fast-forwarded with master in the hope of fixing things...

dec[Q⊆P] : Dec (Q ⊆ P)
dec[Q⊆P] with Q? zero
... | no ¬q₀ = map′ (cons (contradiction′ ¬q₀)) Q⊆P⇒Q⊆ₛP ih
... | yes q₀ = map′ (uncurry (cons ∘ const)) < _$ q₀ , Q⊆P⇒Q⊆ₛP > (P? q₀ ×-dec ih)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note to self: this will need fixing if and when #2843 gets merged!

@jamesmckinna jamesmckinna dismissed MatthewDaggitt’s stale review October 26, 2025 11:59

Matthew,
I fixed the variable declarations for Pred and Rel, so I'm taking your "Otherwise I approve" at face value.
Merging now.

@jamesmckinna jamesmckinna added this pull request to the merge queue Oct 26, 2025
@jamesmckinna jamesmckinna removed this pull request from the merge queue due to a manual request Oct 26, 2025
@jamesmckinna
Copy link
Contributor Author

Rebasing against master before adding to the queue to be on the safe side.

@jamesmckinna jamesmckinna added this pull request to the merge queue Oct 26, 2025
Merged via the queue into agda:master with commit cb5d2bd Oct 26, 2025
12 checks passed
jamesmckinna added a commit to jamesmckinna/agda-stdlib that referenced this pull request Oct 26, 2025
github-merge-queue bot pushed a commit that referenced this pull request Oct 28, 2025
* refactor: fixes #2842

* refactor: knock-ons

* refactor: more knock-ons

* refactor: resolve merge conflict following #2793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants