-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Implement Relude.Extra.Lens
module
#127
Comments
Should we aim for compatability with |
@cronokirby I would like for the solution to be compatible with libraries like |
chshersh
pushed a commit
that referenced
this issue
Mar 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This module should contain just very basic functions and types to work with lenses.
Lens'
lens
^.
.~
%~
I personally think that lenses should be a part of
base
library. Fortunately, it's possible to implement small but extremely useful subset of lenses without extra dependencies. That's why packages likemicrolens
exist. I thinkrelude
can have very small implementation oflens
subset to be useful in many use-cases.The text was updated successfully, but these errors were encountered: