Skip to content

RFC: Functor currying #1433

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arnoudvanderleer
Copy link
Contributor

@arnoudvanderleer arnoudvanderleer commented May 19, 2025

I thought it would be nice to add some abstract nonsense to the library. Since agda (and in particular, agda-unimath) is new to me, I would like to get some early feedback on my coding style (and other things that would be good to know before I write more code).
If it turns out that this is perfect already, I am fine with merging it immediately, and having the rest of my contributions in a future PR ^^

→ a = a' → b = b' → (a , b) = (a' , b')
identity-product refl refl = refl

identity-product' :
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm pretty sure this is reinventing eq-pair here.

@VojtechStep VojtechStep self-assigned this May 21, 2025
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