Skip to content

Conversation

@jamesmckinna
Copy link
Contributor

Lifted out of #2863 for low-effort review and merging?

Copy link
Contributor

@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.

This is a 90% approve, with picky feedback.

@jamesmckinna
Copy link
Contributor Author

jamesmckinna commented Nov 18, 2025

Hmmm... possible (downstream?) refactoring opportunity for Algebra.Properties,Monoid to replace

ε-comm :  a  a ∙ ε ≈ ε ∙ a
ε-comm a = trans (identityʳ a) (sym (identityˡ a))

with

ε-central : Central _∙_ ε
ε-central = Consequences.identity⇒central identity

instead?

@jamesmckinna jamesmckinna added this pull request to the merge queue Nov 19, 2025
Merged via the queue into agda:master with commit 4b50bf3 Nov 19, 2025
12 checks passed
@jamesmckinna jamesmckinna added this to the v2.4 milestone Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants