You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: