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
As it is, when you are given a lens/traversal that you plan to use to change the type of a field, it is hard to use any getting or fold combinators on it.
I think the best compromise is to keep Getter and Fold in their two argument form and add the other two args back to Getting and IndexedGetting.
The text was updated successfully, but these errors were encountered:
As it is, when you are given a lens/traversal that you plan to use to change the type of a field, it is hard to use any getting or fold combinators on it.
I think the best compromise is to keep Getter and Fold in their two argument form and add the other two args back to Getting and IndexedGetting.
The text was updated successfully, but these errors were encountered: