-
Notifications
You must be signed in to change notification settings - Fork 40
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 more FieldX instances for tuples #145
Comments
They probably increased the compilation time beyond our 4s target, though I'm not sure. I can reenable them if you have a usecase for them. |
We have our Prelude which uses micro-lens and re-exports some it's functions.
out of the box) -> so we switched to And we also have type which needs instance for 7-tuple. How do you think, is it really significantly increases compilation time? |
For what it's worth, I think for apps you should use We have So for now I will avoid adding the instances. If anybody else wants them — please chime in! |
Why this instances is commented?
https://github.com/monadfix/microlens/blob/effacc20f861de1a05a04a5b697dcb8690b80521/microlens/src/Lens/Micro/Internal.hs#L423-L441
In package description there are:
With this lines commented we receive version of
_1
not really equivalent with same inlens
Is there any reason for it or it was just missed for some reasons?
The text was updated successfully, but these errors were encountered: