Skip to content
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

Add "modifying" typeclasses #7

Open
L0neGamer opened this issue Sep 9, 2024 · 0 comments
Open

Add "modifying" typeclasses #7

L0neGamer opened this issue Sep 9, 2024 · 0 comments

Comments

@L0neGamer
Copy link

When trying to use this package I was surprised to find that the Update typeclasses don't "modify" a field in a tuple, but instead just set it. This means that if you want to modify a field by first taking its value you would have to separately select, then update.

It would be good to have a selection of typeclasses that modify a particular field of a tuple, instead of just setting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant