Skip to content

[ rename ] decidability for Relation.Binary.Construct.{Intersection|Union}`#2955

Merged
MatthewDaggitt merged 2 commits intoagda:masterfrom
jamesmckinna:decidable-intersection
Mar 3, 2026
Merged

[ rename ] decidability for Relation.Binary.Construct.{Intersection|Union}`#2955
MatthewDaggitt merged 2 commits intoagda:masterfrom
jamesmckinna:decidable-intersection

Conversation

@jamesmckinna
Copy link
Collaborator

Tackles one of the #2846 items. Not sure if this is worth the effort, though?

isDecEquivalence eqₗ eqᵣ = record
{ isEquivalence = isEquivalence L.isEquivalence R.isEquivalence
; _≟_ = decidable L._≟_ R._≟_
; _≟_ = L._≟_ ∩? R._≟_
Copy link
Collaborator Author

@jamesmckinna jamesmckinna Feb 27, 2026

Choose a reason for hiding this comment

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

NB this might be blocking on #2952 ?

@jamesmckinna jamesmckinna added the status: blocked-by-issue Progress on this issue or PR is blocked by another issue. label Feb 27, 2026
Copy link
Collaborator

@JacquesCarette JacquesCarette left a comment

Choose a reason for hiding this comment

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

Uniformity is worth it.

@jamesmckinna
Copy link
Collaborator Author

I suppose if there is more approval for this, then we can merge this and rebase #2952 (which may take longer to nitpick... ;-))

@jamesmckinna jamesmckinna removed the status: blocked-by-issue Progress on this issue or PR is blocked by another issue. label Mar 2, 2026
@MatthewDaggitt MatthewDaggitt added this to the v2.4 milestone Mar 3, 2026
@MatthewDaggitt MatthewDaggitt added this pull request to the merge queue Mar 3, 2026
Merged via the queue into agda:master with commit 75fc276 Mar 3, 2026
12 checks passed
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.

4 participants